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
Prior to (probably, though I didn't actually bisect it) #24522, the code would actually error, as it attempted to cast the x/y arrays to float64 arrays.
Now it will actually work to plot (seemingly even getting the actual values converted, though now that I think about it not sure where... my guess is that it is actually coincidental that they are datetime64[D] dtype which happens to be the same scale/epoch as mpl, but it is not actually being properly converted) however it does not set the Formatters/etc.
Expected outcome
Units are set properly (including axisinfo such as formatters).
Additional information
No response
Operating system
No response
Matplotlib Version
3.9.0.dev821+gfa6be74127 (~main currently)
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
git checkout
The text was updated successfully, but these errors were encountered:
Bug summary
As seen in #27491, #27488, #27494, #27487
It appears that the
tri*
methods do not actually properly handle units.Code for reproduction
Actual outcome
Prior to (probably, though I didn't actually bisect it) #24522, the code would actually error, as it attempted to cast the x/y arrays to float64 arrays.
Now it will actually work to plot (seemingly even getting the actual values converted, though now that I think about it not sure where... my guess is that it is actually coincidental that they are
datetime64[D]
dtype which happens to be the same scale/epoch as mpl, but it is not actually being properly converted) however it does not set the Formatters/etc.Expected outcome
Units are set properly (including axisinfo such as formatters).
Additional information
No response
Operating system
No response
Matplotlib Version
3.9.0.dev821+gfa6be74127 (~main currently)
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
git checkout
The text was updated successfully, but these errors were encountered: