Skip to content

Commit 4c442ef

Browse files
committed
Update CHANGELOG
1 parent 3de52f9 commit 4c442ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ In this release, test coverage is 80%.
66

77
🛠️ Bug fixes:
88

9+
* Fix intersection check for destination rectangle in `XYImageFilterItem`
10+
* [Issue #36](https://github.com/PlotPyStack/PlotPy/issues/36) - Image items are not properly scaling along Y-axis with logarithmic scale:
11+
* Actually, image items do not support non-linear scales (this is an historical limitation)
12+
* This is not documented at all, so we've added an explicit warning: a red colored message is displayed at the center of the image frame when any non-linear scale is applied to either X or Y axis
13+
* When dealing with non-linear scales, PlotPy provides an alternative solution: the user may rely on `XYImageItem` (e.g. by using `make.xyimage`) as this item supports arbitrary X and Y pixel coordinates
914
* [Issue #34](https://github.com/PlotPyStack/PlotPy/issues/34) - `ValueError` when trying to plot 2D histogram items with `PyQt6`
1015

1116
## Version 2.7.2 ##

0 commit comments

Comments
 (0)