Set impulses plot style works incorrectly.
John W. Eaton
jwe at bevo.che.wisc.edu
Thu Sep 4 20:03:29 CDT 2008
On 5-Sep-2008, Tatsuro MATSUOKA wrote:
| Hello
|
| octave>help plot
| :
| :
| If the FMT argument is supplied, it is interpreted as follows.
| If FMT is missing, the default gnuplot line style is assumed.
|
| `-'
| Set lines plot style (default).
|
| `.'
| Set dots plot style.
|
| `^'
| Set impulses plot style.
|
|
| octave> plot (1:10,'^')
|
| does not give impulses plot but gives triangle symbols plot.
|
| I have confirmed MSVC-octave 3.0.1 (both vs2005 and vs 2008) and cygwin-octave 3.0 2 (gcc-dw2).
|
| How do I get impulses plot?
I think the documentation is wrong.
Does the stem function do what you want?
jwe
More information about the Bug-octave
mailing list