--- rpl/src/gnuplot.h 2010/01/27 22:22:11 1.2 +++ rpl/src/gnuplot.h 2019/10/31 15:40:07 1.65 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.10 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.32 + Copyright (C) 1989-2019 Dr. BERTRAND Joël This file is part of RPL/2. @@ -31,7 +31,11 @@ #define ds_gnuplot_commande_trace_2D "plot" #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_3D "with lines" @@ -40,7 +44,7 @@ #define ds_gnuplot_option_histogramme "with boxes" #define ds_gnuplot_option_largeur_histogramme 1 -#define ds_gnuplot_nombre_max_fichiers 16 +#define ds_gnuplot_nombre_max_fichiers 32 #endif