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

Function test_logscale_transform_repr

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

Source from the content-addressed store, hash-verified

180
181
182def test_logscale_transform_repr():
183 fig, ax = plt.subplots()
184 ax.set_yscale('log')
185 repr(ax.transData)
186 repr(LogTransform(10, nonpositive='clip'))
187
188
189@image_comparison(['logscale_nonpos_values.png'],

Callers

nothing calls this directly

Calls 3

LogTransformClass · 0.90
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…