Hi there,
In the vein #43, I'd love to have parameters to control the printing of tick points and axis lines (while keeping tick labels, unlike [plot-x-axis? #f] or [plot-decorations #f].
I've identified the parts of the drawing code which would need to change --- get-all-tick-params and draw-axes in plot-area, but I don't seem to be able define the parameters in such a way that my main program can see them.
Can anyone help me fill in the gaps?