Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not finding plot axis range for similar values #80

Open
seasage opened this issue Oct 6, 2020 · 1 comment
Open

Not finding plot axis range for similar values #80

seasage opened this issue Oct 6, 2020 · 1 comment

Comments

@seasage
Copy link
Contributor

seasage commented Oct 6, 2020

For a list of nearly identical values, the command PLOT/VS is not finding the range of the plot axis corresponding to that list.

@ACManke
Copy link
Contributor

ACManke commented Mar 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants