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

Dates #66

Closed
tbreloff opened this issue Nov 12, 2015 · 2 comments
Closed

Dates #66

tbreloff opened this issue Nov 12, 2015 · 2 comments
Labels
enhancement improving existing functionality

Comments

@tbreloff
Copy link
Member

Basic support for passing in arrays of dates (and datetimes) for the x-axis. Some backends won't support it, so have a standard way to gracefully not error... probably replace the date with an integer, and datetimes with a float, representing the number of days since epoch.

@tbreloff
Copy link
Member Author

For anyone that looks at this... certain backends (for example, Plotly) will support dates. I'd like to add a datesSupported() method to automate checks/warnings on date inputs by backend.

@tbreloff tbreloff added the enhancement improving existing functionality label May 4, 2016
@tbreloff
Copy link
Member Author

Dates are supported in the pyplot backend through the discrete_values mechanic, and should work in other backends once that's properly supported. I added a checkbox to those meta-issues, so closing this.

t-bltg pushed a commit that referenced this issue Oct 6, 2022
switch to github-actions and update runtests.jl to run Plots test images
Jonas-a-Zimmermann pushed a commit to Jonas-a-Zimmermann/Plots.jl that referenced this issue Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improving existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant