matplotlib 3.5.1

AttributesBackRef

Attributes

tick1line : `.Line2D`

The left/bottom tick marker.

tick2line : `.Line2D`

The right/top tick marker.

gridline : `.Line2D`

The grid line associated with the label position.

label1 : `.Text`

The left/bottom tick label.

label2 : `.Text`

The right/top tick label.

Ticks mark a position on an Axis. They contain two lines as markers and two labels; one each for the bottom and top positions (in case of an .XAxis ) or for the left and right positions (in case of a .YAxis ).

Abstract base class for the axis ticks, grid lines and labels.

Examples

See :

Back References

The following pages refer to to this document either explicitly or contain code examples using this.

matplotlib.axis.Axis.get_major_ticks matplotlib.axis.Axis._get_tick_label_size matplotlib.axis.Axis.get_minor_ticks matplotlib.axes._axes.Axes

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: /matplotlib/axis.py#35
type: <class 'type'>
Commit: