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

Function test_axvspan

lib/matplotlib/tests/test_polar.py:417–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415
416
417def test_axvspan():
418 ax = plt.subplot(projection="polar")
419 span = ax.axvspan(0, np.pi/4)
420 assert span.get_path()._interpolation_steps > 1
421
422
423@check_figures_equal()

Callers

nothing calls this directly

Calls 2

axvspanMethod · 0.80
get_pathMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…