Skip to content

dotchart background color

2 messages · Dean Sonneborn, Deepayan Sarkar

#
I'm creating a dotchart but the background color is gray. In fact, when 
ever I use the Lattice package the background is gray, which prints as 
black on my non-color printer. How do I change the background color to 
white? I'm also plotting two groups and would like to use circles and 
triangles as the plot characters.

Thanks
Dean
#
On Wednesday 17 November 2004 12:09, Dean Sonneborn wrote:
See ?trellis.device. Note that if you want to print stuff, you should 
use the postscript or pdf device, in which case you should 
automatically get what you want.
If you are unhappy with what you get after reading ?trellis.device, you 
could supply the pch, e.g.

dotplot(..., pch = 1:2)

Deepayan