The items in each of the lists can be a literal value, like 5
or
"blue", or they can be a scaled_value
object.
axis_props(
ticks = NULL,
majorTicks = NULL,
minorTicks = NULL,
grid = NULL,
labels = NULL,
title = NULL,
axis = NULL
)
A named list of line properties for ticks.
A named list of line properties for major ticks.
A named list of line properties for minor ticks.
A named list of line properties for grid lines.
A named list of text properties for axis labels.
A named list of text properties for the axis title.
A named list of line properties for the axis line.