Mercurial > hg > octave-nkf
diff src/variables.cc @ 1502:75e9ce7a1ce2
[project @ 1995-10-03 00:55:47 by jwe]
author | jwe |
---|---|
date | Tue, 03 Oct 1995 00:58:06 +0000 |
parents | 3e705c864019 |
children | c29439c3f3fa |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1672,6 +1672,16 @@ sv_gnuplot_binary, "path to gnuplot binary"); +#ifdef GNUPLOT_HAS_MULTIPLOT + double gnuplot_has_multiplot = "true"; +#else + double gnuplot_has_multiplot = "false"; +#endif + + DEFVAR ("gnuplot_has_multiplot", SBV_gnuplot_has_multiplot, + gnuplot_has_multiplot, 0, gnuplot_has_multiplot, + "true if gnuplot supports multiplot, false otherwise"); + DEFCONST ("i", SBV_i, Complex (0.0, 1.0), 1, 0, "sqrt (-1)");