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

DynamicQuantities.jl + Makie? #4859

Open
icweaver opened this issue Mar 9, 2025 · 0 comments
Open

DynamicQuantities.jl + Makie? #4859

icweaver opened this issue Mar 9, 2025 · 0 comments
Labels
enhancement Feature requests and enhancements

Comments

@icweaver
Copy link

icweaver commented Mar 9, 2025

Feature description

Howdy again, got another units question for folks

Have there already been any conversations about incorporating DynamicQuantities.jl support?

We started a proof of concept over in SymbolicML/DynamicQuantities.jl#165 to begin exploring this, but wanted to check in here to see if we are following best practices. In particular, if there are any API stability considerations that we should take?

Related discussion: SymbolicML/DynamicQuantities.jl#164

Thanks again for establishing such a slick unit conversion system here!

For plot types, please add an image of how it should look like

Quick demo from the draft DynamicQuantities.jl PR

using DynamicQuantities, GLMakie

fig = Figure()

y = 60:10:100

scatter(fig[1, 1], y * u"m")
scatter(fig[1, 2], QuantityArray(y, u"m"))
scatter(fig[2, 1], y * u"kg", y * u"m")
scatter(fig[2, 2], y * us"m/s/Hz")

fig

example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests and enhancements
Projects
None yet
Development

No branches or pull requests

1 participant