- changed status to resolved
itom1dqwtplot (X/Y plot): moving the cursor with keyboard not possible if X/Y contain adjacent values with equal content
Issue #27
resolved
x=np.array([0,1,1,2]) y=np.array([0,0,0,1]) plot1(y,x)
If this example is plotted, the plot consists of two lines (while the x/y arrays have for points each, but the two middle points are the same). If the user then uses the cursor and clicks into that middle point, this red square cannot be moved by the key arrows. This should be an issue due to the same points in the array.
Maybe there is an easy fix for this?
Comments (1)
-
reporter - Log in to comment
itom1dqwtplot: fixes issue
#27: duplicated, adjacent points in X/Y data will be skipped when navigating through the points using the arrow keys→ <<cset b0ddfb27b312>>