# 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 --git a/scripts/plot/private/__fltk_print__.m b/scripts/plot/private/__fltk_print__.m --- 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);