Unit-aware plotting
Published:
Plots.jl PR #5098, improving support for unit-aware plotting with Unitful.jl
Unitful.jl PR #795 takes the glue package UnitfulLatexify.jl and makes it instead an extension Unitful.jl which loads when Latexify.jl is also loaded. This involved also programmatically generateing LaTeX from Julia, then setting up a system to render the LaTeX and convert to an image for use in the online documentation. This also necessitated PR #344 to Latexify.jl.
This finally allowed PR #5174 to Plots.jl, which removed UnitfulLatexify as a separate dependency, as well as PR #5143.
