()
| 304 | |
| 305 | |
| 306 | def 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 | |
| 313 | def test_polar_not_datalim_adjustable(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…