-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Plot methods that don't work with units #3947
Comments
We are trying to make use of the new unit support in Makie, but can't do it currently because of the issues listed above. Is there a specific place in the source code that we can look into to help fix all of them? |
Most of the plot object setup starts in interfaces.jl. For units it should be this: Line 220 in 225d0ae
Which continues in Makie.jl/src/dim-converts/dim-converts.jl Lines 177 to 193 in 225d0ae
and the other files in that folder. I'd guess you'll need to add a bunch of should_dim_convert() and convert_dim_value() methods.
|
Thank you @ffreyer for sharing directions. We didn't have time to look into it. Any help is appreciated. |
I made a list of some plot methods that I use that don't work with units.
MWE:
The text was updated successfully, but these errors were encountered: