Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab1b9cb

Browse files
committed
Making usetex, useMathText keyword only arguments
1 parent 732910c commit ab1b9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ class EngFormatter(Formatter):
12001200
24: "Y"
12011201
}
12021202

1203-
def __init__(self, unit="", places=None, sep=" ", usetex=None,
1203+
def __init__(self, unit="", places=None, sep=" ", *, usetex=None,
12041204
useMathText=None):
12051205
"""
12061206
Parameters

0 commit comments

Comments
 (0)