|
From: ivana r. <iva...@mf...> - 2018-07-26 10:09:22
|
Hi Patrick, > It does not work what do you mean, what happens, is there any error message? Anyhow, as the construction works in same cases, e.g. with a function to be plotted, there is probably some garbage in your data. Then 'using 1:2' should help as well. You can also check the $TABLE easily via: print $TABLE sincerely Iva On 26/07/2018, Patrick Dupre <pd...@gm...> wrote: > Hello, > > if I do > plot "070618_C2H2_R2_2ubar_1.txt" using ($1/1000):3 > > Every thing is OK > > If I do > > set table $DATA > plot "070618_C2H2_R2_2ubar_1.txt" using ($1/1000):3 > unset table > plot $DATA > > It does not work > > Why? > > Thank for your help. > > =========================================================================== > 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 > |