resizeLegend(vararg​in)

Shortens a legend
1,8K Downloads
Aktualisiert 29 Jun 2018

Lizenz anzeigen

This functions goes to extreme lengths to create a shortened legend, e.g. a legend with shorter lines segments then the standard legend. It is intended to be used before saving a figure. Any changes to the axes after the resized legend is created may result in strange behavior.
Example:
figure;
plot(rand(10,3));
resizeLegend();

Zitieren als

David J. Mack (2024). resizeLegend(varargin) (https://www.mathworks.com/matlabcentral/fileexchange/58914-resizelegend-varargin), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2013b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Legend finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

Fixed default behavior and added an example

1.1.0.0

[Fix] Now correclty treats legend entries of groups.
[Fix] Now correclty identifies the legend with mulitple plots in a figure.

1.0.0.0