|
From: Thomas S. <t.s...@fz...> - 2012-10-08 09:38:29
|
use a different linetype for each plot: plot a.dat using 2:1 with lines lt 1 lc rgb "blue" plot b.dat using 2:1 with lines lt 2 lc rgb "red" gnuplotUser wrote: > > Thanks, Thomas. > > set terminal fig color dashed size 5,5 > > is able to show all the lines in the multiplot by the same color (even > though I chose different rgb settings for each of them). > > plot a.dat using 2:1 with lines lc rgb"blue" > plot b.dat using 2:1 with lines lc rgb"red" > > Is there a way to correct this? > > Regards, > Ethan > -- View this message in context: http://old.nabble.com/Can-I-add-color-to-lines-while-using-fig-terminal--tp34523653p34526409.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |