|
From: Thomas S. <t.s...@fz...> - 2009-02-11 19:24:39
|
see FAQ 7.6 http://www.gnuplot.info/faq/faq.html#SECTION00096000000000000000 bigblop wrote: > > The second image on this page: > > http://t16web.lanl.gov/Kawano/gnuplot/plotpm3d-e.html > > show 2 plots. One in color and the one next to in grayscale. The gnuplot > script code to create these two plots are also listed. I have made a .plt > file containing this code: > > > reset > clear > set xrange [-2:2] > set yrange [-2:2] > set pm3d > splot exp(-x*x)*exp(-y*y) > set term postscript eps enhanced color > set output "color.eps" > replot > set term postscript eps enhanced monochrome > set output "mono.eps" > replot > > When I open this script with gnuplot (on Vista 64 bit) both "color.eps" > and "mono.eps" are created. > > But the "mono.eps" file is empty (0 KB) its only the "color.eps" (81 KB) > that show the plot in color. I open the files with Adobe Illustrator CS3. > > Any hints on why "mono.eps" is empty? > -- View this message in context: http://www.nabble.com/Problem-with-simple-plot%21-tp21876613p21961676.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |