Dear Paul,

Just a few more thoughts:

- If your whole document is black-and-white (if you switch colors off
globally), the plot will turn out black-and-white anyway (actually it
will be different shades of gray).

- You can always use something like
    plot pi lt 1 lc 0, 2*pi lt 2 lc 0
or
    lc rgb "black" (if I'm not mistaken about the syntax)
or
    set style line 1 lt 1 lc 0
    set style line 2 lt 2 lc 0
    plot sin(x) ls 1, cos(x) ls 2, ...

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to