From: Boon K. T. <ta...@as...> - 2010-07-27 16:46:25
Hi Gnuplot authurs,
Is there a way in gnuplot to use a single entry in a certain column
for math manipulating, for example, multiplying the whole 2nd column
with the 1st entry of the 1st column?
Cheers,
-Boon-
From: Thomas S. <t.s...@fz...> - 2010-07-28 07:16:58
you need an actual version of gnuplot (>= 4.4)
1st you do a dummy plot (plot nothing) to set a variable
which is then used in the 2nd plot.
plot "datafilename" using 1:(f=$1 , 0/0) every ::0::0 notitle, "" using
1:(f*$2)
Boon Kok Tan wrote:
>
> Hi Gnuplot authurs,
>
> Is there a way in gnuplot to use a single entry in a certain column
> for math manipulating, for example, multiplying the whole 2nd column
> with the 1st entry of the 1st column?
>
> Cheers,
> -Boon-
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://ad.doubleclick.net/clk;226879339;13503038;l?
> http://clk.atdmt.com/CRS/go/247765532/direct/01/
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
>
--
View this message in context: http://old.nabble.com/Single-entry-manipulation-tp29280602p29283550.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.