You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release_notes/release_2.08.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,21 @@
2
2
3
3
## PlotPy Version 2.8.3 ##
4
4
5
+
💥 New features:
6
+
7
+
*`AnnotatedSegment` new angle display:
8
+
* Added angle display in annotation label, showing the segment's angle relative to the horizontal direction (0° to 180°)
9
+
* This implements the equivalent feature submitted in [Pull Request #51](https://github.com/PlotPyStack/PlotPy/pull/51) by user @deuterium33
10
+
5
11
🛠️ Bug fixes:
6
12
7
13
* Fixed circle/ellipse shape drawing with non-uniform aspect ratios:
8
14
* Axes were not perpendicular and did not connect to the ellipse edge when plot aspect ratio differed from 1.0
9
15
* Now uses parametric ellipse drawing that correctly handles non-perpendicular axes in pixel space
10
16
* The ellipse properly passes through all four handle points regardless of aspect ratio or rotation
17
+
* Fixed angle display range for `AnnotatedObliqueRectangle` and `AnnotatedEllipse`:
18
+
* Angle is now displayed in the 0° to 180° range instead of -90° to 90° (the original implementation was also displaying 0° at vertical orientation -additionally to horizontal orientation- which was counter-intuitive)
19
+
* This provides a more intuitive and consistent angle representation
0 commit comments