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
There is a unit package in Julia unitful for handling units.
Take a look at that one if you really want to solve the unit problem.
On top of that, UnitfulRecipes.jl provides integrity with Plots.jl. The ideas of how to make abstractions is more important than the unit conversion itself.
Eventually, I want this to replace the old way of utilizing units. This is now partially complete, but not fully tested.
The text was updated successfully, but these errors were encountered:
The problem is that Batsrus has this option of "normalized variables" which are essentially unitless. I will fix this by adding a check in the plotting recipe.
There is a unit package in Julia unitful for handling units.
Take a look at that one if you really want to solve the unit problem.
On top of that, UnitfulRecipes.jl provides integrity with Plots.jl. The ideas of how to make abstractions is more important than the unit conversion itself.
Eventually, I want this to replace the old way of utilizing units. This is now partially complete, but not fully tested.
The text was updated successfully, but these errors were encountered: