Blue Color for label and tics in patch
John W. Eaton
jwe at bevo.che.wisc.edu
Tue Dec 11 10:57:29 CST 2007
On 11-Dec-2007, David Bateman wrote:
| David Bateman wrote:
| > Kai Habel wrote:
| >
| >> With a very recent checkout, I see blue labels and tics (instead of black).
| >>
| >> patch([0 1 1 0],[0 0 1 1],'red')
| >>
| >> Kai
| >> _______________________________________________
| >> Bug-octave mailing list
| >> Bug-octave at octave.org
| >> https://www.cae.wisc.edu/mailman/listinfo/bug-octave
| >>
| >>
| >>
| > You can get the same effect with
| >
| > close all; ax = gca(); get(ax,"xcolor")
| >
| > so the issue seems to be in the __go_axes__ function somewhere..
| >
| > D.
| >
| >
| >
| >
| Ok, the attached trival patch fixes the issue.
I checked it in.
Thanks,
jwe
More information about the Bug-octave
mailing list