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 eded319 commit 0dfe2adCopy full SHA for 0dfe2ad
1 file changed
doc/users/whats_new.rst
@@ -121,6 +121,14 @@ be a tuple if separate horizontal/vertical padding is needed.
121
This is supposed to be very helpful when you have a labelled legend next to
122
every subplot and you need to make some space for legend's labels.
123
124
+Fixed the mouse coordinates giving the wrong theta value in Polar graph
125
+```````````````````````````````````````````````````````````````````````
126
+Added code to
127
+:funct:`~matplotlib.InvertedPolarTransform.transform_non_affine`
128
+to ensure that the calculated theta value was between the range of 0 and 2 * pi
129
+since the problem was that the value can become negative after applying the
130
+direction and rotation to the theta calculation.
131
+
132
Date handling
133
-------------
134
0 commit comments