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: Darío
Subject: Re: Error bar without union between points
Date: Tue, 24 Apr 2012 10:46:25 -0300

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:
       "-"


reply via email to

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