Creates a theme optimized for monochrome (black-and-white) printing. Groups are distinguished by linetype and point shape rather than color.
Details
Designed for figures that will be printed in greyscale or photocopied. Uses high-contrast black-on-white styling with no color dependency. Pair with greyscale color scales and mapped linetype/shape aesthetics for full black-and-white compatibility.
Examples
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_bw_print()
