When manually zooming in very close to the data points, they seem to disappear and stop being displayed at a certain zoom level.
The first image shows some I-V data at a "normal" zoom level.
In the second image, the graph is zoomed in a bit further, however, no data points remain visible (although they should be inside of the axis limits).
When manually zooming in very close to the data points, they seem to disappear and stop being displayed at a certain zoom level. The first image shows some I-V data at a "normal" zoom level. In the second image, the graph is zoomed in a bit further, however, no data points remain visible (although they should be inside of the axis limits).
At first I thought this was an issue with the axis range being limited to 1 pA, see https://github.com/hephy-dd/diode-measurement/blob/97dfb6b89da59d859213f5d839ec8b87788e5f6e/diode_measurement/view/plots.py#L258 but if I understand correctly, this only matters for the auto-scaling of the graph, not for manual zooming.
Maybe this is an Issue with the PyQt chart? Or some floating point errors?