# HG changeset patch # User Rik # Date 1374774127 25200 # Node ID 58d3fba6df170e0602324a11dec7de0e92564b08 # Parent 7a67ab7c47714827ff6886327942e65f1655c2aa __stem__.m: Fix typo in set() command. * scripts/plot/private/__stem__.m: Add missing "nextplot" argument to set() command. diff -r 7a67ab7c4771 -r 58d3fba6df17 scripts/plot/private/__stem__.m --- a/scripts/plot/private/__stem__.m Thu Jul 25 18:02:38 2013 +0200 +++ b/scripts/plot/private/__stem__.m Thu Jul 25 10:42:07 2013 -0700 @@ -151,7 +151,7 @@ if (! strcmp (hold_state, "add") && have_z) set (hax, "view", [-37.5 30]); # 3D view endif - set (hax, hold_state); + set (hax, "nextplot", hold_state); unwind_protect_cleanup if (! isempty (oldfig))