changeset 17080:58d3fba6df17

__stem__.m: Fix typo in set() command. * scripts/plot/private/__stem__.m: Add missing "nextplot" argument to set() command.
author Rik <rik@octave.org>
date Thu, 25 Jul 2013 10:42:07 -0700
parents 7a67ab7c4771
children 86067af51d5e
files scripts/plot/private/__stem__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))