version 1.4, 2010/03/04 10:17:49
|
version 1.72, 2025/04/15 10:17:51
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.12 |
RPL/2 (R) version 4.1.36 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2025 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 31
|
Line 31
|
#define ds_gnuplot_commande_trace_2D "plot" |
#define ds_gnuplot_commande_trace_2D "plot" |
#define ds_gnuplot_commande_trace_3D "splot" |
#define ds_gnuplot_commande_trace_3D "splot" |
|
|
#define ds_gnuplot_terminal_defaut "set terminal x11" |
#ifdef OS2 |
|
# define ds_gnuplot_terminal_defaut "set terminal pm" |
|
#else |
|
# define ds_gnuplot_terminal_defaut "set terminal x11" |
|
#endif |
|
|
#define ds_gnuplot_option_2D "with lines" |
#define ds_gnuplot_option_2D "with lines" |
#define ds_gnuplot_option_3D "with lines" |
#define ds_gnuplot_option_3D "with lines" |
Line 40
|
Line 44
|
#define ds_gnuplot_option_histogramme "with boxes" |
#define ds_gnuplot_option_histogramme "with boxes" |
#define ds_gnuplot_option_largeur_histogramme 1 |
#define ds_gnuplot_option_largeur_histogramme 1 |
|
|
#define ds_gnuplot_nombre_max_fichiers 16 |
#define ds_gnuplot_nombre_max_fichiers 32 |
|
|
#endif |
#endif |
|
|