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

Function test_polar_rlim_bottom

lib/matplotlib/tests/test_polar.py:280–286  ·  view source on GitHub ↗
(fig_test, fig_ref)

Source from the content-addressed store, hash-verified

278
279@check_figures_equal()
280def test_polar_rlim_bottom(fig_test, fig_ref):
281 ax = fig_test.subplots(subplot_kw={'polar': True})
282 ax.set_rlim(bottom=[.5, 10])
283
284 ax = fig_ref.subplots(subplot_kw={'polar': True})
285 ax.set_rmax(10.)
286 ax.set_rmin(.5)
287
288
289def test_polar_rlim_zero():

Callers

nothing calls this directly

Calls 4

set_rlimMethod · 0.80
set_rmaxMethod · 0.80
set_rminMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…