PainterQubits / UnitfulPlots.jl

Plots with unit labels, automatically
Other
9 stars 4 forks source link

Celsius is plotted as Kelvin, without unit conversion #11

Open cstjean opened 5 years ago

cstjean commented 5 years ago
using UnitfulPlots, Unitful, Plots
plot([1u"m", 2u"m"], [3u"°C", 4u"°C"])

image