for plotting data with units seamlessly in Julia
UnitfulRecipes
provides recipes for plotting figures when using data with Unitful.jl units.
Documentation
The goal is that if you can plot something with Plots.jl then you should be able to plot the same thing with units.
Essentially, UnitfulRecipes
strips the units of your data and appends them to the corresponding axis labels.
Pictures speak louder than words, so we wrote some examples (accessible through the links on the left) for you to get an idea of what this package does or to simply try it out for yourself!
Ommissions, bugs, and contributing
Please do not hesitate to raise an issue or submit a PR if you would like a new recipe to be added.