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

line-plot overlays and tic mark oddities for high-res time #1900

Closed
AnsleyManke opened this issue Nov 1, 2018 · 1 comment
Closed

line-plot overlays and tic mark oddities for high-res time #1900

AnsleyManke opened this issue Nov 1, 2018 · 1 comment

Comments

@AnsleyManke
Copy link
Contributor

A PLOT command listing several variables together gets the time axis scaling right, but for time axes on scales of ~minutes, plots done with " PLOT first_var; PLOT/OVER second_var" does not. Ascaling is wrong and the line sample for auto-generated line key are missing.

In addition for some time ranges on the plot, the minor tic marks are not drawn at even sub-intervals of the labeled tics.

define axis/t=30-aug-2017:1-sep-2017:1/units=minutes taxis
let var1 = cos(L[gt=taxis]/30)
let var2 = sin(L[gt=taxis]/10)

set view upper
plot/t="30-aug-2017:01:00":"30-aug-2017:03:00" var1, var2
set view lower
plot/t="30-aug-2017:01:00":"30-aug-2017:03:00" var1
plot/over var2

bug

@AnsleyManke
Copy link
Contributor Author

This is fixed in pltit.F, taxis4.F, tayis4.F
1900_fix

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

1 participant