Skip to content

Commit fe5fdf8

Browse files
jklymaktimhoffm
andcommitted
Update lib/matplotlib/colors.py
Co-Authored-By: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent ec05b76 commit fe5fdf8

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
@@ -1203,7 +1203,7 @@ class SymLogNorm(Normalize):
12031203
(-*linthresh*, *linthresh*).
12041204
"""
12051205
def __init__(self, linthresh, linscale=1.0, vmin=None, vmax=None,
1206-
clip=False, base=None):
1206+
clip=False, *, base=None):
12071207
"""
12081208
Parameters
12091209
----------

0 commit comments

Comments
 (0)