# HG changeset patch # User Ben Abbott # Date 1329916449 18000 # Node ID 1928af0f641bb13eae87c11db610e925b64966e3 # Parent 6b2448555bbd8edd17262ed14ff79eebdfb0f444 Correct typo from changeset 6b2448555bbd. * __fltk_print__.m: "iscell (v)" should be "iscell (vw)" diff -r 6b2448555bbd -r 1928af0f641b scripts/plot/private/__fltk_print__.m --- a/scripts/plot/private/__fltk_print__.m Tue Feb 21 14:04:05 2012 -0800 +++ b/scripts/plot/private/__fltk_print__.m Wed Feb 22 08:14:09 2012 -0500 @@ -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);