Plotting

Survey uses AlgebraOfGraphics for plotting. All plotting functions support a variable number of keyword arguments (through kwargs...) that are passed internally to corresponding AlgebraOfGraphics functions. See the source code for details: plot, hist, boxplot. This means that all functionality provided by AlgebraOfGraphics is supported in Survey.

Specific functionality might need to be imported from AlgebraOfGraphics. Moreover, in order to choose the preferred Makie backend you must explicitly use it:

using AlgebraOfGraphics, CairoMakie