Grob for axes with minor ticks
draw_prism_minor(
break_positions,
break_labels,
breaks_major,
axis_position,
theme,
check.overlap = FALSE,
angle = NULL,
n.dodge = 1
)
position of ticks
labels at ticks
logical vector indicating major ticks versus minor ticks
position of axis (top, bottom, left or right)
A complete theme
object
silently remove overlapping labels, (recursively) prioritizing the first, last, and middle labels.
Compared to setting the angle in
theme
/ element_text
,
this also uses some heuristics to automatically pick the hjust
and
vjust
that you probably want.
The number of rows (for vertical axes) or columns (for horizontal axes) that should be used to render the labels. This is useful for displaying labels that would otherwise overlap.