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

vline! is broken on time axes #1762

Closed
cstjean opened this issue Sep 25, 2018 · 2 comments · Fixed by #2170
Closed

vline! is broken on time axes #1762

cstjean opened this issue Sep 25, 2018 · 2 comments · Fixed by #2170
Labels

Comments

@cstjean
Copy link

cstjean commented Sep 25, 2018

The y-axis becomes a time-axis when vline! has a time argument, even though clearly it shouldn't change:

using Plots, Dates
gr(format=:png)    # maybe not necessary
plot(DateTime.([2000,2001,2002]), [1,2,3])
vline!(DateTime.([2001]))

image

@daschw daschw added the bug label Sep 26, 2018
@daschw
Copy link
Member

daschw commented Sep 26, 2018

Thanks for reporting!

@cpfiffer
Copy link

cpfiffer commented Aug 7, 2019

I'm still having this issue, is there a fix anyone has?

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

Successfully merging a pull request may close this issue.

3 participants