필터 지우기
필터 지우기

Set color property for hggroup objects

조회 수: 2 (최근 30일)
Erik de Boer
Erik de Boer 2011년 1월 27일
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