help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can I change maker of stem?


From: David Bateman
Subject: Re: Can I change maker of stem?
Date: Wed, 09 Sep 2009 14:48:02 +0200
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Tatsuro MATSUOKA wrote:
> Hello
>
> --- David Bateman <address@hidden> wrote:
>
>   
>> Try
>>
>> h = stem(1:10, 'marker', 'x')
>> set (h, 'marker', 'o')
>>
>> in octave 3.2.x ... This uses the stem series objects supported in 
>> Octave 3.2.x and described in the section
>>
>> Plotting -> Advanced Plotting -> Object Groups -> Stem Series
>>
>> of the manual
>>     
>
> h=stem(1:10, 'marker', 'x'); gives
>   
>> h=stem(1:10, 'marker', 'x');
>>     
> error: subscript indices must be either positive integers or logicals.
> error: called from:
> error:   
> C:\Programs\Octave\3.2.2_gcc-4.3.0\share\octave\3.2.2\m\plot\__add_datasource__.m
>  at line 42,
> column 5
> error:   
> C:\Programs\Octave\3.2.2_gcc-4.3.0\share\octave\3.2.2\m\plot\__stem__.m at 
> line 159, column 5
> error:   C:\Programs\Octave\3.2.2_gcc-4.3.0\share\octave\3.2.2\m\plot\stem.m 
> at line 78, column 7
> octave-3.2.2.exe:15:C:\Programs\Octave\3.2.2_gcc-4.3.0\bin
>
>   
Oppps, check the bugfix

http://hg.tw-math.de/release-3-2-x/rev/d208ae6e9d74

so the first syntax will be fixed in 3.2.3

D.


-- 
David Bateman                                address@hidden
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]