You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please try to make sure this bug is related to a proplot-specific feature. If you're not sure, try to replicate it with the native matplotlib API. Matplotlib bugs belong on the matplotlib github page.
See the code above.
Proplot version
Paste the results of import matplotlib; print(matplotlib.__version__); import proplot; print(proplot.version) here.
3.4.3
0.9.5.post360
Proplot is capable of accepting datetime formats other than string formats. However, if it does not support accepting string inputs as datetimes, it would be advisable to raise a warning to avoid confusion among users.
The text was updated successfully, but these errors were encountered:
Description
proplot can't plot string like datetime
Steps to reproduce
A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you.
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Equivalent steps in matplotlib
Please try to make sure this bug is related to a proplot-specific feature. If you're not sure, try to replicate it with the native matplotlib API. Matplotlib bugs belong on the matplotlib github page.
See the code above.
Proplot version
Paste the results of
import matplotlib; print(matplotlib.__version__); import proplot; print(proplot.version)
here.3.4.3
0.9.5.post360
How to quick fix
Proplot is capable of accepting datetime formats other than string formats. However, if it does not support accepting string inputs as datetimes, it would be advisable to raise a warning to avoid confusion among users.
The text was updated successfully, but these errors were encountered: