mpl_toolkits.mplot3d.axes3d.Axes3D.get_zticks#
- Axes3D.get_zticks(*, minor=False)[source]#
Return the zaxis' tick locations in data coordinates.
The locations are not clipped to the current axis limits and hence may contain locations that are not visible in the output.
- Parameters:
- minorbool, default: False
True to return the minor tick directions, False to return the major tick directions.
- Returns:
- numpy array of tick locations