[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: what is the new mapping for impulses?
From: |
John W. Eaton |
Subject: |
Re: what is the new mapping for impulses? |
Date: |
Tue, 13 Feb 2007 04:15:43 -0500 |
On 13-Feb-2007, Shai Ayal wrote:
| you can try the stem.m function from octplot -- it should work:
|
|
http://octplot.svn.sourceforge.net/viewvc/*checkout*/octplot/trunk/octplot/high_level/stem.m?revision=403
This almost works with Octave's plotting features now, but there are a
few differences in the way things are implemented in Octave and
OctPlot that cause trouble:
__nxtplot__ vs. newplot
Octave's plot doesn't accept property/value pairs yet (I substituted
calls to line)
__pltopt__ is different
I adapted it for Octave and checked it in.
Thanks,
jwe