|
From: jody <jod...@gm...> - 2011-03-03 08:03:39
|
if you google "gnuplot dashed line" you get many hits, e.g. http://t16web.lanl.gov/Kawano/gnuplot/misc4-e.html http://stackoverflow.com/questions/2075283/choosing-line-type-and-color-in-gnuplot-4-0 hope this helps jody 2011/3/3 Suchada Pakapongpan <coo...@ho...>: > > Hi > > Is there anyone knows?, How to plot dashed line with gnuplot please? > Now I use gnuplot 4.0, can this version plot dashed line? > > Now, my setting like this > set terminal png medium > set output 'xxx' > set xlabel 'Time (minutes)' > set ylabel 'xxx' > set xtics 0, 5, 100 > set ytics 0, 1, 5 > set xrange [0:100] > set yrange [0:5] > set samples 10000 > plot '/home/aa.dat' using 1:2 lw 3 title 'aa' with steps,'/home/bb.dat' using 1:3 lw 3 title 'bb' with steps,'/home/cc.dat' using 1:4 lw 3 title 'cc' with steps > > thanks, > Cooky > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > generated by your applications, servers and devices whether physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > |