changeset 19742:1170c849952b

don't force gnuplot for creating figures for documentation * geometryimages.m, interpimages.m, plotimages.m, sparseimages.m, splineimages.m: Don't set graphics_toolkit to "gnuplot".
author John W. Eaton <jwe@octave.org>
date Fri, 13 Feb 2015 14:02:06 -0500
parents 59ad278cfb98
children 5cfb3ccbf24a
files doc/interpreter/geometryimages.m doc/interpreter/interpimages.m doc/interpreter/plotimages.m doc/interpreter/sparseimages.m doc/interpreter/splineimages.m
diffstat 5 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/geometryimages.m	Fri Feb 13 17:24:38 2015 +0100
+++ b/doc/interpreter/geometryimages.m	Fri Feb 13 14:02:06 2015 -0500
@@ -17,7 +17,6 @@
 ## <http://www.gnu.org/licenses/>.
 
 function geometryimages (nm, typ)
-  graphics_toolkit ("gnuplot");
   set_print_size ();
   hide_output ();
   if (strcmp (typ, "png"))
--- a/doc/interpreter/interpimages.m	Fri Feb 13 17:24:38 2015 +0100
+++ b/doc/interpreter/interpimages.m	Fri Feb 13 14:02:06 2015 -0500
@@ -17,7 +17,6 @@
 ## <http://www.gnu.org/licenses/>.
 
 function interpimages (nm, typ)
-  graphics_toolkit ("gnuplot");
   set_print_size ();
   hide_output ();
   if (strcmp (typ, "png"))
--- a/doc/interpreter/plotimages.m	Fri Feb 13 17:24:38 2015 +0100
+++ b/doc/interpreter/plotimages.m	Fri Feb 13 14:02:06 2015 -0500
@@ -17,7 +17,6 @@
 ## <http://www.gnu.org/licenses/>.
 
 function plotimages (nm, typ)
-  graphics_toolkit ("gnuplot");
   set_print_size ();
   hide_output ();
   if (strcmp (typ, "png"))
--- a/doc/interpreter/sparseimages.m	Fri Feb 13 17:24:38 2015 +0100
+++ b/doc/interpreter/sparseimages.m	Fri Feb 13 14:02:06 2015 -0500
@@ -17,7 +17,6 @@
 ## <http://www.gnu.org/licenses/>.
 
 function sparseimages (nm, typ)
-  graphics_toolkit ("gnuplot");
   set_print_size ();
   if (strcmp (typ, "png"))
     set (0, "defaulttextfontname", "*");
--- a/doc/interpreter/splineimages.m	Fri Feb 13 17:24:38 2015 +0100
+++ b/doc/interpreter/splineimages.m	Fri Feb 13 14:02:06 2015 -0500
@@ -17,7 +17,6 @@
 ## <http://www.gnu.org/licenses/>.
 
 function splineimages (nm, typ)
-  graphics_toolkit ("gnuplot");
   set_print_size ();
   hide_output ();
   if (strcmp (typ, "png"))