diff doc/interpreter/plotimages.m @ 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 4197fc428c7d
children 606b05352351
line wrap: on
line diff
--- 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"))