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
Units can be passed as at least X/Ya (I could see requiring them to be the same units... or even saying "this type of plot shouldn't support units", but would want to be explicit about that.
I do wonder a bit about U/V and whether they should be specified in delta units or not? quiver can treat them as independent values or as delta values, I believe, but don't see such a distinction on stream lines.
Additional information
May be as easy as calling _process_unit_info on the inputs, I think.
Operating system
No response
Matplotlib Version
3.9.0.dev821+gfa6be74127 (~main at time of reporting)
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 #27489
streamplot
does not allow passing unitful data as x/yCode for reproduction
Actual outcome
Expected outcome
Units can be passed as at least X/Ya (I could see requiring them to be the same units... or even saying "this type of plot shouldn't support units", but would want to be explicit about that.
I do wonder a bit about
U/V
and whether they should be specified indelta
units or not?quiver
can treat them as independent values or as delta values, I believe, but don't see such a distinction on stream lines.Additional information
May be as easy as calling
_process_unit_info
on the inputs, I think.Operating system
No response
Matplotlib Version
3.9.0.dev821+gfa6be74127 (~main at time of reporting)
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: