This is an attractive ggplot2 theme readily available to use with any plots when patchclampplotteR
is loaded. It is built on top of theme_classic()
and features bold and easy to read axis titles, well-spaced margins, and a clean layout.
See also
patchclampplotteR_facet_theme()
to use with make_facet_plot()
.
Examples
ggplot2::ggplot(cars, ggplot2::aes(x = speed, y = dist)) +
ggplot2::geom_point() +
ggplot2::labs(x = "Speed (mph)", y = "Stopping Distance (ft)") +
patchclampplotteR_theme()