changeset 19751:606b05352351

Backout cset 59ad278cfb98, use gnuplot for building doc images. Until OpenGL supports TeX we need to keep using gnuplot.
author Rik <rik@octave.org>
date Sun, 15 Feb 2015 07:13:09 -0800
parents 7a57d8576076
children 675d92e7d507
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, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/geometryimages.m	Sun Feb 15 15:31:39 2015 +0100
+++ b/doc/interpreter/geometryimages.m	Sun Feb 15 07:13:09 2015 -0800
@@ -17,6 +17,7 @@
 ## <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	Sun Feb 15 15:31:39 2015 +0100
+++ b/doc/interpreter/interpimages.m	Sun Feb 15 07:13:09 2015 -0800
@@ -17,6 +17,7 @@
 ## <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	Sun Feb 15 15:31:39 2015 +0100
+++ b/doc/interpreter/plotimages.m	Sun Feb 15 07:13:09 2015 -0800
@@ -17,6 +17,7 @@
 ## <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	Sun Feb 15 15:31:39 2015 +0100
+++ b/doc/interpreter/sparseimages.m	Sun Feb 15 07:13:09 2015 -0800
@@ -17,6 +17,7 @@
 ## <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	Sun Feb 15 15:31:39 2015 +0100
+++ b/doc/interpreter/splineimages.m	Sun Feb 15 07:13:09 2015 -0800
@@ -17,6 +17,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 function splineimages (nm, typ)
+  graphics_toolkit ("gnuplot");
   set_print_size ();
   hide_output ();
   if (strcmp (typ, "png"))