API

Makie.Theme — Type
Makie.Theme(setting::TuePlotsSetting;
    font = true, fontsize = true, figsize = :full, thinned = true

Make a Makie Theme out of the TuePlotsSetting.

source
TuePlots.get_plotsjl_theme_kwargs — Function
get_plotsjl_theme_kwargs(setting::TuePlotsSetting;
    font = true, fontsize = true, figsize = :full, thinned = trues+

Build a named tuple to be used with Plots.theme out of the TuePlotsSetting.

source

Misc

TuePlots.MakieThinTheme — Constant

Makie theme with thinner lines everywhere.

Helpful to improve most Makie plots, since the default settings are often chosen for much larger plots than the small figure sizes used in papers.

source