|
From: Thomas S. <t.s...@fz...> - 2010-09-04 18:15:25
|
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 > > -- View this message in context: http://old.nabble.com/Color-graded-line--tp29618645p29621727.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |