Mercurial > hg > octave-lyh
changeset 14390:1928af0f641b
Correct typo from changeset 6b2448555bbd.
* __fltk_print__.m: "iscell (v)" should be "iscell (vw)"
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Wed, 22 Feb 2012 08:14:09 -0500 |
parents | 6b2448555bbd |
children | c9ec21bef97a |
files | scripts/plot/private/__fltk_print__.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/private/__fltk_print__.m +++ b/scripts/plot/private/__fltk_print__.m @@ -151,7 +151,7 @@ ## Tell gl2ps to use different rendering options for 2D plots haxes = findall (opts.figure, "type", "axes"); vw = get (haxes, "view"); - if (iscell (v)) + if (iscell (vw)) vw = vertcat (vw{:}); end is2D = all (abs (vw(:,2)) == 90);