|
From: Patrick D. <pd...@gm...> - 2020-01-29 22:10:01
|
Can I store double precision in a table? =========================================================================== Patrick DUPRÉ | | email: pd...@gm... Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 =========================================================================== > Sent: Wednesday, January 29, 2020 at 9:50 PM > From: "Patrick Dupre" <pd...@gm...> > To: gnuplot <gnu...@li...> > Subject: [Gnuplot-info] Truncation > > Hello, > > When I do > plot "SPANF138-1.asc" > my plot is correct. > When I do > set table $DATA; plot "SPANF138-1.asc" u 1:2 "%lf %lf" w table; unset table > and > plot $DATA > > The plot is wrong because the data of the x-axis are truncated > > print $DATA > > 7174.09 0.789246 > 7174.1 0.782853 > 7174.1 0.777181 > 7174.1 0.77275 > 7174.1 0.769426 > 7174.1 0.767722 > 7174.1 0.767362 > > At least 3 digits are missing. > > How can I fix the issue? > > Thanks > > =========================================================================== > Patrick DUPRÉ | | email: pd...@gm... > Laboratoire interdisciplinaire Carnot de Bourgogne > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > Tel: +33 (0)380395988 > =========================================================================== > > > > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |