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

Function test_mollweide_grid

lib/matplotlib/tests/test_axes.py:5345–5350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5343
5344@image_comparison(['mollweide_grid.png'], remove_text=True, style='_classic_test')
5345def 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
5353def test_mollweide_forward_inverse_closure():

Callers

nothing calls this directly

Calls 3

figureMethod · 0.80
add_subplotMethod · 0.80
gridMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…