We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d471e commit 4ed006eCopy full SHA for 4ed006e
lib/matplotlib/style/core.py
@@ -45,7 +45,7 @@ def _remove_blacklisted_style_params(d, warn=True):
45
if warn:
46
warnings.warn(
47
"Style includes a parameter, '{0}', that is not related "
48
- "to style. Ignoring".format(key), stacklevel=2)
+ "to style. Ignoring".format(key), stacklevel=3)
49
else:
50
o[key] = val
51
return o
0 commit comments