8000 added some document for issue #16501 · matplotlib/matplotlib@315a522 · GitHub
[go: up one dir, main page]

Skip to content

Commit 315a522

Browse files
committed
added some document for issue #16501
1 parent fe18d37 commit 315a522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/projections/polar.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,8 @@ def set_thetalim(self, *args, **kwargs):
987987
where minval and maxval are the minimum and maximum limits. Values are
988988
wrapped in to the range :math:`[0, 2\pi]` (in radians), so for example
989989
it is possible to do ``set_thetalim(-np.pi / 2, np.pi / 2)`` to have
990-
an axes symmetric around 0.
990+
an axes symmetric around 0. If not within range :math:`[0, 2\pi]` a
991+
ValueError is raised.
991992
"""
992993
thetamin = 0
993994
thetamax = 0

0 commit comments

Comments
 (0)
0