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 asaxes.Axes.grid, but it is intended to eventually support thatbehavior.

Examples usingmpl_toolkits.mplot3d.axes3d.Axes3D.grid#

2D and 3D Axes in same figure

2D and 3D Axes in same figure