In my document, I am trying to set the following defaults for my plots:
#set-plot-defaults(
width: 4,
height: 4,
style: (
axis: (
arrow: none,
),
ticks: (
label-offset: 0,
),
)
)
However, while the width and height defaults get applied, style has no effect, and I have to pass it into each plot separately.
In my document, I am trying to set the following defaults for my plots:
However, while the
widthandheightdefaults get applied,stylehas no effect, and I have to pass it into each plot separately.