--- rpl/src/gnuplot.h 2010/06/24 10:10:41 1.9 +++ rpl/src/gnuplot.h 2015/01/05 13:12:32 1.49 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.17 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.19 + Copyright (C) 1989-2015 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"