-
Notifications
You must be signed in to change notification settings - Fork 4
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
Plotting a derived unit #2
Comments
That logic can be customized by the user if needed. Avoiding abstractly-typed arrays is important for performance reasons, see http://docs.julialang.org/en/release-0.5/manual/performance-tips/. It would be nice if what you tried still worked or had an informative error message, I'll see what I can do when I have some time. |
OK, just to add some context as to why I tried this: |
Ah, I see. I think it could still be possible without the array being typed abstractly. I can work with |
Hi,
This package is a great idea, thanks. I tried plotting some derived units:
But this results in the error:
If I leave out the
Area
andPressure
it works.The text was updated successfully, but these errors were encountered: