wilkelab / cowplot

cowplot: Streamlined Plot Theme and Plot Annotations for ggplot2
https://wilkelab.org/cowplot/
704 stars 84 forks source link

Use cowplot theme directly without reloading the package #95

Closed Sibojang9 closed 6 years ago

Sibojang9 commented 6 years ago

ggplot() + theme_cowplotdoesn't work. Is there any way like ggplot() +theme_gray() to use cowplot theme directly? Thank you,

clauswilke commented 6 years ago

ggplot() + cowplot::theme_cowplot()

In the future, please use the issue system only for bug reports or feature requests. Usage questions can be asked on stackoverflow.com.

Sibojang9 commented 6 years ago

Thank you. Will follow your suggestion.