$ gnuplot Terminal type set to 'wxt' gnuplot> set terminal postscript
Terminal type set to 'postscript' Options are 'landscape noenhanced defaultplex \ leveldefault monochrome colortext \ dashed dashlength 1.0 linewidth 1.0 butt \ palfuncparam 2000,0.003 \ "Helvetica" 14 ' gnuplot> set output "trial.ps" gnuplot> plot sin(x)/x gnuplot> set terminal svg Terminal type set to 'svg' Options are 'size 600,480 fixed fname 'Arial' fsize 12 butt solid ' gnuplot> set output "trial.svg" gnuplot> plot cos(x)/x gnuplot> quit Now svg comes with color but ps does not. I dunno what to do. You can : $ convert trial.svg trial.png to show off to your friends. Please look at this : $ wget http://www.duke.edu/~hpgavin/demo.zip $ unzip demo.zip $ cd demo $ gnuplot all.dem Please press enter and q alternately. A great way to start 15th October. What say? -Girish -- Gayatri Hitech web: http://gayatri-hitech.com SpamCheetah Spam filter: http://spam-cheetah.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
