comparison doc/interpreter/sparseimages.m @ 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 1170c849952b
children c3c1fb44f9b5
comparison
equal deleted inserted replaced
19750:7a57d8576076 19751:606b05352351
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 function sparseimages (nm, typ) 19 function sparseimages (nm, typ)
20 graphics_toolkit ("gnuplot");
20 set_print_size (); 21 set_print_size ();
21 if (strcmp (typ, "png")) 22 if (strcmp (typ, "png"))
22 set (0, "defaulttextfontname", "*"); 23 set (0, "defaulttextfontname", "*");
23 endif 24 endif
24 25