Description Usage Arguments Value Examples
View source: R/ggplot2-utils.R
Color axis labels
1 2 3 4 5 6 7 | map_axis_labels(
plt,
label_data_x = NULL,
label_data_y = NULL,
aes_label,
scale = ggplot2::scale_color_hue(aesthetics = "axis_color")
)
|
plt |
|
label_data_x |
|
label_data_y |
|
aes_label |
character or bare symbol giving the column in |
scale |
|
plt
with axis text modified
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.