MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_extra_kwargs_raise

Function test_extra_kwargs_raise

lib/matplotlib/tests/test_scale.py:162–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160
161
162def test_extra_kwargs_raise():
163 fig, ax = plt.subplots()
164
165 for scale in ['linear', 'log', 'symlog']:
166 with pytest.raises(TypeError):
167 ax.set_yscale(scale, foo='mask')
168
169
170def test_logscale_invert_transform():

Callers

nothing calls this directly

Calls 2

subplotsMethod · 0.45
set_yscaleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…