When we select y axis as well, i.e., plot a 2D image, the dataviewer app renders the points at the wrong position.
The axes values are correct, but maybe the indices are switched.
For example, consider the following 2D scan:
X: range(0, 10, 2)
Y: range(0, 5, 1)
Then the point for (X=2, Y=2) is (1, 2) in terms of index, and rendered at (X=4, Y=1).
Expected behavior
Each data point should be rendered at its right place.
To Reproduce
Steps to reproduce the behavior:
Open iquip and run a 2D scan experiment.
Set X and Y axis in dataviewer.
See the rendered image (2D plot).
Expected causes and correction methods
Maybe some mistakes took place while drawing an image.
Describe the bug
When we select y axis as well, i.e., plot a 2D image, the dataviewer app renders the points at the wrong position. The axes values are correct, but maybe the indices are switched. For example, consider the following 2D scan:
Expected behavior
Each data point should be rendered at its right place.
To Reproduce
Steps to reproduce the behavior:
Expected causes and correction methods
Maybe some mistakes took place while drawing an image.