What figure properties does graymon sets?

2 vues (au cours des 30 derniers jours)
braulio
braulio le 13 Nov 2011
I want to change often between the figure properties that the comand
graymon
sets to the 'normal' ones. I guess it would help to know which properties this command changes. Is there an "rgbmon" kind of command?
Thanks!

Réponse acceptée

Daniel Shub
Daniel Shub le 13 Nov 2011
You can see the inner workings of graymon with
type graymon.m
It changes the DefaultAxesColorOrder for all current and future axis objects. Starting with graymon.m, you could create a rgbmon by replacing the definition of co with
co = [ 0 0 1.0000
0 0.5000 0
1.0000 0 0
0 0.7500 0.7500
0.7500 0 0.7500
0.7500 0.7500 0
0.2500 0.2500 0.2500];
  1 commentaire
braulio
braulio le 13 Nov 2011
thanks a lot Daniel!

Connectez-vous pour commenter.

Plus de réponses (1)

Adam Danz
Adam Danz le 4 Oct 2024
In case anyone is still looking to flip between gray and colored figured, exportgraphics has a colorspace property that can be set to rgb, cmyk, or gray.
Avoid using graymon. It will be removed from MATLAB soon and warns in R2024b.

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by