On Thursday, 26 July 2018 17:25:45 Patrick Dupre wrote:
> Hello,
>
> I tried
>
> set table $DATA; plot "070618_C2H2_R2_0_2ubar_11.txt" u ($1/1000):($3):($4) "%lf,%lf,%lf,%lf" ; unset table
>
>
> But it seems that I cannot have 3 variable in the table
> Am I correct ? Are there other options?
Please see the documentation for "plot with table"
Here is the first paragraph but you should read the entire section:
%%%%%
This discussion applies only to the special plot style `with table`.
To avoid any style-dependent processing of the input data being tabulated
(smoothing, errorbar expansion, secondary range checking, etc), or to increase
the number of columns that can be tabulated, use the keyword "table" instead of
a normal plot style. In this case the output does not contain an extra, last,
column of flags `i`, `o`, `u` indicated inrange/outrange/undefined.
The destination for output must first be specified with `set table <where>`.
For example
set table $DATABLOCK1
plot <file> using 1:2:3:4:($5+$6):(func($7)):8:9:10 with table
%%%%%
Ethan
>
> Thank.
>
> ===========================================================================
> Patrick DUPRÉ | | email: pd...@gm...
> Laboratoire de Physico-Chimie de l'Atmosphère | |
> Université du Littoral-Côte d'Opale | |
> Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44
> 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
> ===========================================================================
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info
--
|