--- rpl/src/gnuplot.h 2010/08/26 19:07:36 1.12 +++ rpl/src/gnuplot.h 2010/09/10 13:41:44 1.13 @@ -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" +#ifndef 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"