Open seasage opened 4 years ago
Like this?
yes? let xvar = {1.0000001, 1., 1.00000015, 1.000002}
yes? let yvar = {1, 1, 1, 1}
! This plot has its horizontal axis messed up.
yes? plot/vs xvar,yvar
! This one plots the data correctly
yes? plot/vs xvar-1,yvar
This is an artifact of PPLUS trying to make nice axes from the data ranges. It does handle the constant value of the data in yvar, but the plot labels especially can't capture the data values.
For a list of nearly identical values, the command PLOT/VS is not finding the range of the plot axis corresponding to that list.