API

MakieCore.ThemeType
MakieCore.Theme(setting::TuePlotsSetting;
    font = true, fontsize = true, figsize = :full, thinned = true

Make a Makie Theme out of the TuePlotsSetting.

source
TuePlots.get_plotsjl_theme_kwargsFunction
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.MakieThinThemeConstant

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