Examples for 'ggthemes::theme_igray'


Inverse gray theme

Aliases: theme_igray

Keywords:

### ** Examples

library("ggplot2")

p <- ggplot(mtcars) +
    geom_point(aes(x = wt, y = mpg, colour = factor(gear))) +
    facet_wrap(~am)
p + theme_igray()
plot of chunk example-ggthemes-theme_igray-1

[Package ggthemes version 4.2.4 Index]