Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
417
def
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
axvspan
Method · 0.80
get_path
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…