Skip to content
Prev 167588 / 398502 Next

Bar Plot ggplot2 Filling bars with cross hatching

My feeling is that the best cross-hatching is probably going to be
more aesthetically pleasing than the best solid greys (see e.g.
http://www.dannygregory.com/2005/09/cross_hatching.php).  However,
doing cross hatching well is far more difficult than doing grey well,
and for really nice cross-hatching I suspect you also need a high
quality printer.   It is also a challenging problem to come up with an
algorithm for generating perceptually uniform sets of cross-hatchings.
 I suspect there is some work on this area in vis/infovis, but I
haven't find it in a few minutes of casual searching.

Hadley

Hadley