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

Commits on Dec 23, 2014

  1. MNT : removed code deprecated in 1.4

    no longer accept positional pos value
    tacaswell committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    2bddb79 View commit details
    Browse the repository at this point in the history
  2. MNT : code linting

    use descriptive name in generator rather than `_` even if
    it is going to be dropped
    tacaswell committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    2129a40 View commit details
    Browse the repository at this point in the history
  3. BUG : use kwargs if both handles and labels passed

    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 committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    4acd892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d646fd View commit details
    Browse the repository at this point in the history
  5. BUG : fix typo in warning

    tacaswell committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    a15dc0f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2014

  1. Configuration menu
    Copy the full SHA
    84045a2 View commit details
    Browse the repository at this point in the history