How to remove edge color of legend box

1 vue (au cours des 30 derniers jours)
uncung fgv
uncung fgv le 24 Avr 2012
the edge of legend box covers part of my graph. so i will make it white or colorless.

Réponse acceptée

Jan
Jan le 24 Avr 2012
You can create the legend with a disabled box, see doc legend:
legend(axes_handle,'boxoff')
But I'm afraid, that the background of the legend is still opaque. Then the background color of the legend has to be set to 'none'.
  1 commentaire
uncung fgv
uncung fgv le 24 Avr 2012
legend boxoff
it is work.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by