comparison 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
comparison
equal deleted inserted replaced
19741:59ad278cfb98 19742:1170c849952b
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 plotimages (nm, typ) 19 function plotimages (nm, typ)
20 graphics_toolkit ("gnuplot");
21 set_print_size (); 20 set_print_size ();
22 hide_output (); 21 hide_output ();
23 if (strcmp (typ, "png")) 22 if (strcmp (typ, "png"))
24 set (0, "defaulttextfontname", "*"); 23 set (0, "defaulttextfontname", "*");
25 endif 24 endif