--- rpl/src/gnuplot.h 2010/09/10 13:41:44 1.13 +++ rpl/src/gnuplot.h 2021/03/13 12:50:39 1.67 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.19 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.33 + Copyright (C) 1989-2021 Dr. BERTRAND Joël This file is part of RPL/2. @@ -31,7 +31,7 @@ #define ds_gnuplot_commande_trace_2D "plot" #define ds_gnuplot_commande_trace_3D "splot" -#ifndef OS2 +#ifdef OS2 # define ds_gnuplot_terminal_defaut "set terminal pm" #else # define ds_gnuplot_terminal_defaut "set terminal x11" @@ -44,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