()
| 5343 | |
| 5344 | @image_comparison(['mollweide_grid.png'], remove_text=True, style='_classic_test') |
| 5345 | def test_mollweide_grid(): |
| 5346 | # test that both horizontal and vertical gridlines appear on the Mollweide |
| 5347 | # projection |
| 5348 | fig = plt.figure() |
| 5349 | ax = fig.add_subplot(projection='mollweide') |
| 5350 | ax.grid() |
| 5351 | |
| 5352 | |
| 5353 | def test_mollweide_forward_inverse_closure(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…