mpl_toolkits.mplot3d.axes3d.Axes3D.grid#

Axes3D.grid(visible=True, **kwargs)[source]#

Set / unset 3D grid.

Note

Currently, this function does not behave the same as axes.Axes.grid, but it is intended to eventually support that behavior.