# 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 --git a/scripts/plot/private/__stem__.m b/scripts/plot/private/__stem__.m --- a/scripts/plot/private/__stem__.m +++ b/scripts/plot/private/__stem__.m @@ -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))