API

MakieThemes.demofigureFunction
demofigure([theme::Attributes])

Shows off a demonstration figure with the given theme (defaults to the current theme). The figure contains scatters, surfaces, bands, and barplots, as well as legends, titles, etc. It is able to show off most aspects of the theme!

source
MakieThemes.demoscatterFunction
demoscatter([theme::Attributes]; legend_vertical = true, legend_outside_axis = true)

Shows off a demonstration scatter plot with the given theme (defaults to the current theme). A legend is also plotted.

source