--- rpl/src/gnuplot.h 2010/08/26 19:07:36 1.12 +++ rpl/src/gnuplot.h 2010/09/23 15:27:36 1.15 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.19 + RPL/2 (R) version 4.0.20 Copyright (C) 1989-2010 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"