Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93de066 commit 4aba7dcCopy full SHA for 4aba7dc
1 file changed
lib/matplotlib/projections/polar.py
@@ -151,6 +151,7 @@ def transform_non_affine(self, xy):
151
152
theta -= theta_offset
153
theta *= theta_direction
154
+ theta = theta % (2 * np.pi)
155
156
r += rmin
157
0 commit comments