|
From: Thomas P. <pfr...@ph...> - 2010-09-08 09:28:21
|
Thanks for this help! Thats great! If I want to fill the area between the 2 curves, I already use 3 arguments for using, and filledcu does not accept a fourth for the color palette. In there a workaround for the filledcu option and still use the following command? lc palette z Thanks Thomas Thomas Sefzick wrote: > assuming your datafile looks like this: > time direction speed > you could plot with a color palette: > > set colorbox > plot 'datafilename' using 1:2:3 with lines linecolor palette > > > fusselpelusa wrote: > >> Hi, >> Is there a way to color a line according to some z-values? Like pm3d map >> just on the line and not in the background. >> >> If I want to display wind speed and direction vs time in one graph. OK >> that could be done with 2 y-axes, but maybe this can be done in gnuplot? >> I would display the wind direction in a usual x-y plot. Having now the >> line color-graded to the speed would be perfect. >> >> Thanks >> Thomas >> >> ------------------------------------------------------------------------------ >> This SF.net Dev2Dev email is sponsored by: >> >> Show off your parallel programming skills. >> Enter the Intel(R) Threading Challenge 2010. >> http://p.sf.net/sfu/intel-thread-sfd >> _______________________________________________ >> gnuplot-info mailing list >> gnu...@li... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-info >> >> >> > > |