Nils Nemitz
Nils Nemitz
We try to maintain the original format of the data passed to e.g. PlotDataItem. However, when this is something unconventional like `np.int16` (#2513), we occasionally run into trouble when quantities...
### Summary If there are any np.inf values in the x-data, `ScatterPlotItem` fails to draw entirely under specific circumstances. ### Short description This became apparent in #1992 , which tries...
pyqtgraph currently does not handle changes to the overall palette of colors really well (#1407 ). #1588 points out that there is a useful paletteChange() signal that would allow an...
This PR makes InfiniteLine, LinearRegionItem and TargetItem functional in combination with log mode. It moves away from hardcoded normal/log mode, towards a more flexible setup, where a new PlotDataMapping object...
### Short description I am running the Line Plot update benchmark example ("Plot Speed Test") from the examples app. When the program window opens, the parameter tree on the left...
### Short description PyQtGraph provides the convenient option to zoom just a single plot axis by placing the mouse pointer on the axis labels, outside the main plot area, and...