# HG changeset patch # User John W. Eaton # Date 1296552868 18000 # Node ID d6417ee864c9cf1f543455e5082efa5b0669fa81 # Parent e7c8ce0c0d3e2af603d1cc59bfa9fb2d3822047b scatter.m: pass h to set, not ax diff -r e7c8ce0c0d3e -r d6417ee864c9 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 e7c8ce0c0d3e -r d6417ee864c9 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