|
From: Suchada P. <coo...@ho...> - 2011-03-07 12:23:54
|
Hi I also can't plot dashed line. Can you show me the complete commands to plot a simple dashed line graph then return the output picture. thanks Cooky > Subject: AW: [Gnuplot-info] How to plot dashed line with gnuplot4.0 > Date: Thu, 3 Mar 2011 13:24:12 +0100 > From: M.B...@st... > To: coo...@ho... > CC: gnu...@li... > > Suchada, > > your problem is that you set the terminal twice. > So you end up with the same settings as before as the second "set terminal" command overwrites the first one. > You should replace > set terminal png medium > with > set term postscript eps enhanced > and set a postscript file as output. > > Martin > > > > -----Ursprüngliche Nachricht----- > Von: Suchada Pakapongpan [mailto:coo...@ho...] > Gesendet: Do 03.03.2011 11:04 > An: jod...@gm... > Cc: gnu...@li... > Betreff: Re: [Gnuplot-info] How to plot dashed line with gnuplot4.0 > > > Now I use these command |