# HG changeset patch # User John W. Eaton # Date 1296552868 18000 # Node ID 8fab4aca41fda6b34134da5a4272e5a5fb8b0218 # Parent a3c6d0480c7c4be6b4bc1e9d777d5a7e74d610a9 scatter.m: pass h to set, not ax diff -r a3c6d0480c7c -r 8fab4aca41fd scripts/ChangeLog --- a/scripts/ChangeLog Mon Jan 31 18:19:27 2011 -0500 +++ b/scripts/ChangeLog Tue Feb 01 04:34:28 2011 -0500 @@ -1,3 +1,7 @@ +2011-02-01 John W. Eaton + + * plot/scatter3.m: Pass h to set, not ax. + 2011-01-31 John W. Eaton * plot/private/__axis_label__.m: Don't call __fltk_redraw__. diff -r a3c6d0480c7c -r 8fab4aca41fd scripts/plot/scatter3.m --- a/scripts/plot/scatter3.m Mon Jan 31 18:19:27 2011 -0500 +++ b/scripts/plot/scatter3.m Tue Feb 01 04:34:28 2011 -0500 @@ -71,7 +71,7 @@ endif if (! ishold ()) - set (ax, "view", [-37.5, 30], + set (h, "view", [-37.5, 30], "xgrid", "on", "ygrid", "on", "zgrid", "on"); endif