Skip to content

Conversation

@erikhuizinga
Copy link
Owner

No description provided.

erikhuizinga and others added 30 commits October 1, 2016 18:14
help legtools.append now is easier to read, easier to understand and less technical.
MATLAB R2016b introduces a new character data type: string. This commit adds support for this class while retaining compatibility with older MATLAB versions.
The append and adddummy methods both implement identical validation of the
newStrings input argument. This commit moves this validation to the
strcheck method.
erikhuizinga and others added 28 commits October 2, 2016 12:09
The append method contains a bug when it appends to a legend that has
been permuted previously or if the parent axes children have been
sorted differently after the legend has been modified. Append assumes
the parent axes children are in the same order as the current legend
PlotChildren, which may not be the case. For example, after permuting
the legend entries, this order may have changed.
The adddummy method now supports various plotParams formats. Specifying
no or empty plotParams is also supported.
@erikhuizinga erikhuizinga merged commit 8cb108b into master Oct 2, 2016
@erikhuizinga erikhuizinga deleted the rc branch October 2, 2016 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant