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

Y axis liimts when using multiple variables #5

Closed
tmelliott opened this issue Jan 30, 2018 · 0 comments
Closed

Y axis liimts when using multiple variables #5

tmelliott opened this issue Jan 30, 2018 · 0 comments

Comments

@tmelliott
Copy link

The ylim seems for each panel is only dependant on the range of the first variable in vars().

I.e., the following code results in an ugly graph ...

frame_calendar(x = time, y = vars(vearly, early, ontime, late, vlate), date = date)

screenshot from 2018-01-31 09-33-04

... while this code (I've just put vlate as var 1) looks nice ...

frame_calendar(x = time, y = vars(vlate, vearly, early, ontime, late), date = date)

screenshot from 2018-01-31 09-32-48

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