--- rpl/src/gnuplot.h 2010/02/10 10:14:20 1.3 +++ rpl/src/gnuplot.h 2014/04/25 07:37:29 1.47 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.11 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.18 + Copyright (C) 1989-2014 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"