Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legend deprecate removal + cleanup #3943

Merged
merged 6 commits into from Dec 30, 2014

Conversation

tacaswell
Copy link
Member

No description provided.

no longer accept positional pos value
use descriptive name in generator rather than `_` even if
it is going to be dropped
If both handle and labels were passed to Axes.legend
they would both be discarded in favor of the auto-generated
handles/labels.

Also added a warning that if mixed positional/keyword arguments
are used (something is going to be ignored).
@tacaswell tacaswell added this to the v1.5.x milestone Dec 23, 2014

warn.assert_called_with("You have mixed positional and keyword "
"arguments, some input will be "
"be discarded.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

be be 😉

@WeatherGod
Copy link
Member

looks good to me.

WeatherGod added a commit that referenced this pull request Dec 30, 2014
@WeatherGod WeatherGod merged commit e25f29c into matplotlib:master Dec 30, 2014
@tacaswell tacaswell deleted the legend_deprecate_removal branch December 30, 2014 22:42
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.

None yet

3 participants