Colors in errorbar

John W. Eaton jwe at bevo.che.wisc.edu
Thu Feb 21 03:02:55 CST 2008


On 19-Feb-2008, os sands wrote:

| The colors used in the latest version of Octave (3.0.0) made from
| errorbar (semilogxerr, semilogyerr, etc.) seem to be unobservable
| and uncontrollable. 

I think there are still a number of problems with errorbar plots, but
the following patch should at least allow you to do something like
this:

  h = errorbar (1:10, rand (1,10)*10, rand (1,10));
  set (h, "color", "blue");

| new-to-octave satanic handle-graphics.

Don't hold back.  Tell us how you really feel.

jwe


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
Url: https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20080221/c423ad3b/attachment-0001.ksh 


More information about the Bug-octave mailing list