diff scripts/plot/stem.m @ 8070:3b53b25e2550

Add data sources and line series
author David Bateman <dbateman@free.fr>
date Thu, 28 Aug 2008 12:23:54 -0400
parents 961d4c52ffae
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/plot/stem.m	Thu Aug 28 10:20:43 2008 -0400
+++ b/scripts/plot/stem.m	Thu Aug 28 12:23:54 2008 -0400
@@ -71,7 +71,7 @@
 
 function h = stem (varargin)
 
-  if (nargin < 1 || nargin > 3)
+  if (nargin < 1)
     print_usage ();
   endif