comparison scripts/plot/util/private/__gnuplot_draw_figure__.m @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 3a2b891d0b33 e9a0469dedd9
children 092078913d54
comparison
equal deleted inserted replaced
23081:7485462a6924 23084:ef4d915df748
201 error ("__gnuplot_draw_figure__: expecting figure object, found '%s'", 201 error ("__gnuplot_draw_figure__: expecting figure object, found '%s'",
202 htype); 202 htype);
203 endif 203 endif
204 204
205 endfunction 205 endfunction
206