Set color property for hggroup objects

1 次查看(过去 30 天)
Hello
In a plot containing 6 line object with different colors I've created 2 hggroups to use in the legend. The 2 colors legend subsequently shows belong to the last 2 line objects. Nothing new there, but I would like legend to show for a given hggroup a color that corresponds to one of its child lines.
This image illustrates the problem: http://img203.imageshack.us/f/latconstraint.png/
Thanks for any help.

采纳的回答

Seth DeLand
Seth DeLand 2011-1-27
Erik,
You need to set the handle visibility of certain lines to off:
set(line_handle,'HandleVisibility','off')
When you set the handle visibility of a line to off, the legend command will not use that line when creating the legend. So if you set the handle visibility of 2 of your red lines and 2 of your green lines to 'off', legend will only use the handles for the remaining red and green line to draw the legend.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by