This repository was archived by the owner on Apr 5, 2019. It is now read-only.
This repository was archived by the owner on Apr 5, 2019. It is now read-only.
Upcoming MATLAB release supports autoupdating legend #15
Open
Description
MATLAB has released R2017a Prerelease to some users. In the release notes on page 1-3 under Graphics, it is mentioned the legend
function now supports the following behaviour.
Create legends that update when data is added to or removed from the axes
This is partially what legtools
is intended for, so legtools
could be updated to remain compatible with this new functionality (e.g. make use of it?) while retaining support for older MATLAB versions.