AlgebraOfGraphics Helpers

Several convenience functions that provide simple calls to common functionality.

FigureHelpers.set_default_AoGTheme!Function
set_default_AoGTheme!(;makie_config=MakieConfig())

Setting sensible defaults with taking care of pt_per_unit in MakieConfig.

When saving png, there is a difference in size between the produced figure in print and display on a monitor and its dpi settings. This routine adjusts several settings given in inch by dividing makie_config.pt_per_unit.

source