Color axis labels
map_axis_labels(
plt,
label_data_x = NULL,
label_data_y = NULL,
aes_label,
scale = ggplot2::scale_color_hue(aesthetics = "axis_color")
)
ggplot2::ggplot()
object
data.frame()
containing the mapping between x-axis labels and
aes_label
data.frame()
containing the mapping between y-axis labels and
aes_label
character or bare symbol giving the column in label_data
to be mapped
ggplot2
discrete color
plt
with axis text modified