clickableMultiLegend hides/shows symbols inside all gplotmatrix subplots (or similar multi-plots) clicking on the legend.
It is typically applied to gplotmatrix figures. By clicking on a text label in the legend, the graphics (line or patch) objects associated to that label in all subplots are turned on and off (hide/show).
The extention to multiple plots is realised by looking for graphics objects with the same DisplayName property of the one associated to the legend label. Therefore, the function should work also through plots in different figures.
clickableMultiLegend accepts the same parameters of the legend function and can be used in the same way.
ClickableMultilegend applied to a plotmatrix without groups.varargout
=clickableMultiLegend()
ClickableMultilegend applied to a plotmatrix without groups.varargout
=clickableMultiLegend(Name, Value
)
Deoras A. (2008), http://www.mathworks.com/matlabcentral/fileexchange/21799-clickablelegend-interactive-highlighting-of-data-in-figures/content/ href="clickableLegend.html">clickableLegend [clickableMultiLegend extends the clickableLegend by Ameya Deoras to figures with one legend for several subplots].