|
From: Patrick D. <pd...@gm...> - 2020-01-29 20:50:28
|
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 =========================================================================== |