MakieMaestro

MakieMaestro attempts to add features for Makie to

  • Simplify theming consistency. This includes using different themes across different back-ends. See Theming and Sizing.
  • Make it easy to save-figures in different formats using different themes and with various back-ends to a given output directory. This also includes saving figures in all selected formats with one command. See Exporting figures.
  • Enable saving figures for a given physical size to be included in a document. See Theming and Sizing.
  • Simplifies overriding the theme for a specific case (e.g. margin figures, offset axes etc.) using override themes and functions that generate them. See Theming and Sizing.
  • Adds some methods for "ensemble" plots for plotting multiple data with a plot function to linked axes. See Ensemble Plots.
Word of Warning

Some of the features of this package may be opinionated (with theming being the most obvious example). It is made with the intent of optimizing my workflows, but with the hope and expectation that it will in fact be useful to others as well since the way I use Makie.jl does not differ significantly from the way I suspect others do as well.

Some interesting features and overloads of Makie features are also found in MakieExtra.jl and I highly encourage you to take a look over there.