Skip to content

black and white colormodel for postscript figure

2 messages · Bent Nielsen, Brian Ripley

#
On Tue, 12 Dec 2006, Bent Nielsen wrote:

            
Unfortunately not directly: the graphics driver only uses RGB.

However, if the plot only contains 'black and white', it probably actually 
only contains black, indicated by '0 0 0 rgb' (as white is normally 
transparent).  Edit that to '0 setgray'.  If you do have any white, edit
'1 1 1 rgb' to '1 setgray'.