Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ecd588

Browse files
committed
DOC: remove note about ylimit order
1 parent4e8ddad commit3ecd588

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎lib/matplotlib/projections/polar.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ def refresh(self):
447447
defview_limits(self,vmin,vmax):
448448
vmin,vmax=self.base.view_limits(vmin,vmax)
449449
ifvmax>vmin:
450+
# this allows inverted r/y-lims
450451
vmin=min(0,vmin)
451452
returnmtransforms.nonsingular(vmin,vmax)
452453

@@ -1221,10 +1222,6 @@ def set_ylim(self, bottom=None, top=None, emit=True, auto=False,
12211222
ylimits : tuple
12221223
Returns the new y-axis limits as (*bottom*, *top*).
12231224
1224-
Notes
1225-
-----
1226-
The *bottom* value must be less than the *top* value, or a
1227-
ValueError is raised.
12281225
"""
12291226

12301227
ifyminisnotNone:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp