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

Function test_polar_default_log_lims

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

Source from the content-addressed store, hash-verified

304
305
306def test_polar_default_log_lims():
307 plt.subplot(projection='polar')
308 ax = plt.gca()
309 ax.set_rscale('log')
310 assert ax.get_rmin() > 0
311
312
313def test_polar_not_datalim_adjustable():

Callers

nothing calls this directly

Calls 3

gcaMethod · 0.80
set_rscaleMethod · 0.80
get_rminMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…