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

Skip to content

Commit f6f3963

Browse files
jklymaktimhoffm
andauthored
Update lib/matplotlib/colors.py
Co-Authored-By: Tim Hoffmann <[email protected]>
1 parent acfa966 commit f6f3963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ class SymLogNorm(Normalize):
12141214
(-*linthresh*, *linthresh*).
12151215
"""
12161216
def __init__(self, linthresh, linscale=1.0, vmin=None, vmax=None,
1217-
clip=False, base=None):
1217+
clip=False, *, base=None):
12181218
"""
12191219
Parameters
12201220
----------

0 commit comments

Comments
 (0)