matplotlib 3.5.1

ParametersReturnsBackRef
set_ylim(self, bottom=None, top=None, emit=True, auto=False, *, ymin=None, ymax=None)

Parameters

bottom : float, optional

The bottom limit (default: None, which leaves the bottom limit unchanged). The bottom and top ylims may be passed as the tuple (bottom, top) as the first positional argument (or as the bottom keyword argument).

top : float, optional

The top limit (default: None, which leaves the top limit unchanged).

emit : bool, default: True

Whether to notify observers of limit change.

auto : bool or None, default: False

Whether to turn on autoscaling of the y-axis. True turns on, False turns off, None leaves unchanged.

ymin, ymax : float, optional

These arguments are deprecated and will be removed in a future version. They are equivalent to bottom and top respectively, and it is an error to pass both ymin and bottom or ymax and top.

Returns

bottom, top : (float, float)

The new y-axis limits in data coordinates.

Set the data limits for the radial axis.

Examples

See :

Back References

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

matplotlib.projections.polar.PolarAxes.set_rlim

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/projections/polar.py#1195
type: <class 'function'>
Commit: