This package is a collection of Makie plotting recipes, themes, and configurations for generating publication-ready figures for the MINTS research group.
Install the package via
pkg.add("MintsMakieRecipes")
or in the repl.
To make Makie use the MINTS group theme, first import the module with
using MintsMakieRecipes
and then call
set_theme!(mints_theme)
This will configure a variety of settings including fonts, font-sizes, default color cycles, color maps, etc...
Coming soon!
- Customized scatter diagrams with marginal PDFs
- Customize Quantile-Quantile plots