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

Function test_polar_rlim

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

Source from the content-addressed store, hash-verified

267
268@check_figures_equal()
269def test_polar_rlim(fig_test, fig_ref):
270 ax = fig_test.subplots(subplot_kw={'polar': True})
271 ax.set_rlim(top=10)
272 ax.set_rlim(bottom=.5)
273
274 ax = fig_ref.subplots(subplot_kw={'polar': True})
275 ax.set_rmax(10.)
276 ax.set_rmin(.5)
277
278
279@check_figures_equal()

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…