help-octave
[Top][All Lists]
Advanced

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

Re: Error bar without union between points


From: Juan Pablo Carbajal
Subject: Re: Error bar without union between points
Date: Tue, 24 Apr 2012 15:58:06 +0200

On Tue, Apr 24, 2012 at 3:46 PM, Darío <address@hidden> wrote:
> Well I tried all recommendations with the next result:
>
>> h = errorbar (x, y,dy,'x');
>  return a empty graphic, without points and lines
>
> if I erase 'x', and modify "set (h, "linewidth", 0.1)" for:
>> set(h,"linestyle","none")
> the console indicates
> error: set: invalid value for double property "linewidth"
> error: called from: path....
>
> if modify for:
>> set(h,'linestyle','none')
> error: set: invalid value for double property "linewidth"
> error: called from: path.....
>
> in the last two cases the command "grid on" not recognizes and the
> graphic is united for the point with your respective bar errors, ie,
> is same that before
>
> Any way, thanks all
>
>> ¿Quién dijo que todo está perdido?
>> Yo vengo a ofrecer mi corazón...
>> Fito Páez
>
> Grande Fito!!
>
> --
> Darío
> |-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|
> Por favor, no utilice formatos de archivo propietarios para el intercambio
> de documentos, como ser DOC, XLS, BMP, PPT, RAR, MP3, DWG,
> MOV, FLV, WMV, etc.  sino  ODT, ODS, DJVU, PDF, TXT,
> CSV, PNG, FLAC, OGV, GZ o cualquier otro que no obligue a utilizar
> un programa de un fabricante concreto.
> Info: http://www.gnu.org/philosophy/no-word-attachments.es.html
>        http://www.vaslibre.org.ve/publicaciones/odfvsooxml-es.pdf
> |-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|
>  ,              ,
> /                \
> ((__-^^-,-^^-__))
>  `-_---' `---_-'
>   `--|o` 'o|--'
>      \  `  /
>       ): :(
>      :o_o:
>        "-"
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave


try
errorbar(x,y,dy,'.')

-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

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