matplotlib 3.5.1

Parameters
__init__(self, *, use_overline=False, one_half='\\frac{1}{2}', minor=False, minor_threshold=25, minor_number=6)

Parameters

use_overline : bool, default: False

If x > 1/2, with x = 1-v, indicate if x should be displayed as $\overline{v}$. The default is to display $1-v$.

one_half : str, default: r"\frac{1}{2}"

The string used to represent 1/2.

minor : bool, default: False

Indicate if the formatter is formatting minor ticks or not. Basically minor ticks are not labelled, except when only few ticks are provided, ticks with most space with neighbor ticks are labelled. See other parameters to change the default behavior.

minor_threshold : int, default: 25

Maximum number of locs for labelling some minor ticks. This parameter have no effect if minor is False.

minor_number : int, default: 6

Number of ticks which are labelled when the number of ticks is below the threshold.

Examples

See :

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/ticker.py#1121
type: <class 'function'>
Commit: