Combined Legend for multiple axes

Version 1.0.0.0 (1.62 KB) by Shreyes
Provide an array of axes handles or 1 figure handle.It will create a legend of all the lines in axes
398 Downloads
Updated 15 Mar 2012

View License

A simple demo to show how you can obtain the children object handles in plot determine their type and do something with it.

If you have multiple axes in one figure but wish to have one legend for all the lines in axes. The conventional way would be to provide all the handles of the lines in your axes to the built in function 'legend'. But instead use this method and just pass the figure handle.
This script will search for all the axes and the lines within it and provides the legend.
Also you can give an array of axes handles.

Since it uses the built in legend function all the options are supported.

Cite As

Shreyes (2026). Combined Legend for multiple axes (https://www.mathworks.com/matlabcentral/fileexchange/35662-combined-legend-for-multiple-axes), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.0.0