Examveda

In ggplot2, how do you customize the appearance of axis ticks?

A. theme(axis.ticks = element_line(color = "red"))

B. customize_ticks(color = "red")

C. axis_ticks(color = "red")

D. scale_x_continuous(ticks = "red")

Answer: Option A


This Question Belongs to R Programming >> Data Visualization With Ggplot2

Join The Discussion

Related Questions on Data Visualization with ggplot2