|
From: Daniel J S. <dan...@ie...> - 2006-08-03 06:23:04
|
Daniel J Sebald wrote: > Ethan A Merritt wrote: > >>On Wednesday 02 August 2006 10:45 pm, Daniel J Sebald wrote: >> >> >>>set term postscript monochrome eps >>>plot x with points lc rgb "blue" >>> >>>will produce a plot that still has blue points. >> >> >>You ask for blue, you get blue. >>If you don't want blue, don't ask for blue. > > > But I asked for monochrome too. Why can't I have that instead? And now in PDF things are doubly problematic: gnuplot> plot x gnuplot> set term pdf Terminal type set to 'pdf' Options are ' noenhanced fname 'Helvetica' fsize 6 linewidth 1.0 ' gnuplot> set output 'foo.pdf' gnuplot> replot gnuplot> set output OK, as expected, red line, black borders. Now: gnuplot> set term pdf monochrome Terminal type set to 'pdf' Options are 'monochrome noenhanced fname 'Helvetica' fsize 6 linewidth 1.0 ' gnuplot> set output 'foo2.pdf' gnuplot> plot x lc rgb "red" gnuplot> set output Not only is the PDF file not monochrome, in addition to the line being red, the borders are red. Dan |