matplotlib 3.5.1

AttributesBackRef

Attributes

isDefault_label : bool
axes : `matplotlib.axes.Axes`

The :None:None:`~.axes.Axes` to which the Axis belongs.

major : `matplotlib.axis.Ticker`

Determines the major tick positions and their label format.

minor : `matplotlib.axis.Ticker`

Determines the minor tick positions and their label format.

callbacks : `matplotlib.cbook.CallbackRegistry`
label : `.Text`

The axis label.

labelpad : float

The distance between the axis label and the tick labels. Defaults to axes.labelpad = 4.

offsetText : `.Text`

A :None:None:`.Text` object containing the data offset of the ticks (if any).

pickradius : float

The acceptance radius for containment tests. See also :None:None:`.Axis.contains`.

majorTicks : list of `.Tick`

The major ticks.

minorTicks : list of `.Tick`

The minor ticks.

Base class for .XAxis and .YAxis .

Examples

See :

Back References

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

matplotlib.scale.ScaleBase.__init__ matplotlib.scale matplotlib.axes._base._AxesBase.get_xaxis_text2_transform matplotlib.scale.ScaleBase matplotlib.axes._base._AxesBase.get_xaxis_text1_transform matplotlib.axes._base._AxesBase.get_yaxis_text2_transform matplotlib.ticker.Locator matplotlib.axes._axes.Axes matplotlib.axes._base._AxesBase._get_axis_map matplotlib.axes._base._AxesBase.get_yaxis_text1_transform

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#602
type: <class 'type'>
Commit: