Blue Color for label and tics in patch

David Bateman David.Bateman at motorola.com
Tue Dec 11 05:36:19 CST 2007


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.



-- 
David Bateman                                David.Bateman at motorola.com
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



More information about the Bug-octave mailing list