|
From: scipi <t....@we...> - 2008-11-21 08:11:07
|
Hello, I want to print a graph in gnuplot with different linetypes, like dashed, pointed,… When I print it into a .eps it works in this way: set terminal postscript enhanced eps color ... plot [] [-1:1] "000_rU1.dat" using 1:2 title " U1" with line lt 2 lw 2 lc rgb "black" but with the .gif output (set terminal gif) all linetypes are without dashes. Ideas how to solve the Problem would be very nice. Thanks a lot -- View this message in context: http://www.nabble.com/generate-gif-output-for-gnuplot-tp20538318p20538318.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |