How to remove edge color of legend box

18 次查看(过去 30 天)
the edge of legend box covers part of my graph. so i will make it white or colorless.

采纳的回答

Jan
Jan 2012-4-24
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'.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Legend 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by