Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dfe2ad

Browse files
committed
Added whats_new entry
1 parent eded319 commit 0dfe2ad

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/users/whats_new.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ be a tuple if separate horizontal/vertical padding is needed.
121121
This is supposed to be very helpful when you have a labelled legend next to
122122
every subplot and you need to make some space for legend's labels.
123123

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+
124132
Date handling
125133
-------------
126134

0 commit comments

Comments
 (0)