mpl_toolkits.mplot3d.axes3d.Axes3D.get_zticklines#
- Axes3D.get_zticklines(minor=False)[source]#
Return the zaxis' tick lines as a list of
Line2D.Warning
Ticks and their constituent parts, including tick lines, are not persistent. Various operations can create, delete, and modify the tick instances; see Tick objects.
You should generally use
Axis.set_tick_params/Axis.get_tick_paramsto define and query tick styling; see Styling ticks (tick parameters).