interactivelegend

버전 1.2.0.0 (14.6 KB) 작성자: Grégoire Surrel
Highlights and identifies a selected plot object. (Update from fileexchange/4031-interactivelegend)
다운로드 수: 38
업데이트 날짜: 2017/3/8

라이선스 보기

This is an update of interactivelegend by Francois Bouffard:
https://ch.mathworks.com/matlabcentral/fileexchange/4031-interactivelegend
Original description:
This function enables a set of plot objects to become interactive. The mouse pointer becomes a crosshair, and selected plots are highlighted (that is, brought to the top of the axes, colored red and drawn with a linewidth of 2).

An optional text tag is also drawn with the same color, thus replacing the need for a conventional legend, which can become cumbersome when lots of plots are present in the same axes. By default, shown tags are the plot's 'Tag' property, but they can also be provided as an optional argument.

Only one plot remains highlighted at a time; when the user clicks on the axes background, all plots return to their unselected state.

An optional structure can be passed to the function to adjust the look of highlighted plots and text tags.

Usage example:

p = plot(randn(40,5));
set(p,'Color',[0.6 0.6 0.6]);
tags = {'A','B','C','D','E'};
interactivelegend(p,tags);

Note that the following syntaxes would also work:

interactivelegend(gca,tags);

See also the contributed function "linelabel" by Scott Hirsch, which behaves similarly but with persistent tags.

인용 양식

Grégoire Surrel (2025). interactivelegend (https://kr.mathworks.com/matlabcentral/fileexchange/61951-interactivelegend), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Legend에 대해 자세히 알아보기
도움

도움 받은 파일: interactivelegend

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0