Diff for /rpl/src/gnuplot.h between versions 1.5 and 1.50

version 1.5, 2010/03/09 10:18:44 version 1.50, 2015/01/05 15:32:15
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.13    RPL/2 (R) version 4.1.20
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2015 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 31 Line 31
 #define ds_gnuplot_commande_trace_2D            "plot"  #define ds_gnuplot_commande_trace_2D            "plot"
 #define ds_gnuplot_commande_trace_3D            "splot"  #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_2D                    "with lines"
 #define ds_gnuplot_option_3D                    "with lines"  #define ds_gnuplot_option_3D                    "with lines"

Removed from v.1.5  
changed lines
  Added in v.1.50


CVSweb interface <joel.bertrand@systella.fr>