diff src/graphics.cc @ 8052:961d4c52ffae

Convert stem and stem3 to use stem series objects * * * Use property inheritance and don't call drawnow in __stem__
author David Bateman <dbateman@free.fr>
date Mon, 25 Aug 2008 15:45:24 -0400
parents 85184151822e
children ca39c21fa4b8
line wrap: on
line diff
--- a/src/graphics.cc	Fri Aug 22 16:29:17 2008 -0400
+++ b/src/graphics.cc	Mon Aug 25 15:45:24 2008 -0400
@@ -3743,8 +3743,8 @@
       fcn = c(0).function_value ();
       if (! error_state)
         {
-          for (int i = 0; i < c.length () ; i++)
-            args(2+i) = c(i);
+          for (int i = 1; i < c.length () ; i++)
+            args(1+i) = c(i);
         }
     }
   else