MCPcopy
hub / github.com/matplotlib/matplotlib / test_grid_off

Function test_grid_off

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46@mpl3d_image_comparison(['grid_off.png'], style='mpl20')
47def test_grid_off():
48 fig = plt.figure()
49 ax = fig.add_subplot(projection='3d')
50 ax.grid(False)
51
52
53@mpl3d_image_comparison(['invisible_ticks_axis.png'], style='mpl20')

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…