Can't delete colorbar label
Afficher commentaires plus anciens
I have a plot with a horizontal colorbar. The range of values are all very small, so the default labelling uses expotential numbering, with 'x 10^-3' under the bottom right-hand corner of the axes:
I use get and set to replace the X Tick Labels with regular short numbers, ie, -0.005, 0, 0.005, 0.01, 0.015, 0.02, 0.025. However, the 'x 10^-3' text remains, and I can't delete it.
The text appears to be an Annotation, associated with the an object referred from the colorbar's 'XLabel' parameter (hg.Annotation). Nothing I've found in the help systems will allow me to get rid of this label, and I need to! I've tried deleting it.
Has anyone managed this trick? Any help gratefully received..
3 commentaires
Sean de Wolski
le 21 Fév 2013
Could you provide us with repro code (And I can't see the image, not a Yahoo-er)?
Also, if you say it's associated with the xlabel:
delete(get(hColorbar,'XLabel'))
Where hColorbar is the handle to your colorbar.
Ian Harris
le 21 Fév 2013
Modifié(e) : Ian Harris
le 21 Fév 2013
Ian Harris
le 21 Fév 2013
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!