matplotlib 3.5.1

Parameters
__init__(self, locator, tz=None, defaultfmt='%Y-%m-%d', *, usetex=None)

Parameters

locator : `.ticker.Locator`

Locator that this axis is using.

tz : str, optional

Passed to .dates.date2num .

defaultfmt : str

The default format to use if none of the values in self.scaled are greater than the unit returned by locator._get_unit() .

usetex : bool, default: :rc:`text.usetex`

To enable/disable the use of TeX's math mode for rendering the results of the formatter. If any entries in self.scaled are set as functions, then it is up to the customized function to enable or disable TeX's math mode itself.

Autoformat the date labels.

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