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

Fix MatplotlibDeprecationWarning: The "loc" positional argument to legend is deprecated #3310

Merged
merged 1 commit into from Jul 27, 2014

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Jul 26, 2014

X:\Python34\lib\site-packages\matplotlib\cbook.py:133: MatplotlibDeprecationWarning: The "loc" positional argument to legend is deprecated. Please use the "loc" keyword instead.
  warnings.warn(message, mplDeprecation, stacklevel=1)

@tacaswell tacaswell added this to the v1.4.0 milestone Jul 27, 2014
tacaswell added a commit that referenced this pull request Jul 27, 2014
Fix MatplotlibDeprecationWarning: The "loc" positional argument to legend is deprecated
@tacaswell tacaswell merged commit 1787fb1 into matplotlib:v1.4.x Jul 27, 2014
@tacaswell
Copy link
Member

This does not require another rc.

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

2 participants