|
From: Patrick D. <pd...@gm...> - 2021-10-22 10:52:54
|
Hello, If I do set table "out_HW.asc"; plot [-10.5:10.5] '+' u 1:(HW (x, mu_0, C, D, E)); unset table I get a header, like: # Curve 0 of 1, 1051 points # Curve title: "'+' u 1:(HW (x, mu_0, C, D, E))" # x y type -10.5 0.0667414 i ..... If I do: set table "out_HW.asc"; plot [-10.5:10.5] '+' u 1:(HW (x, mu_0, C, D, E)) with table ; unset table I get: -10.5 0.0667414 -10.48 0.0667415 ..... How can I get also the header with this format? =========================================================================== Patrick DUPRÉ | | email: pd...@gm... Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 | | Room# D114A =========================================================================== |