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

PLT: Cleaner plotting backend API, and unify Series and DataFrame accessors #27009

Merged
merged 33 commits into from
Jul 3, 2019
Merged

PLT: Cleaner plotting backend API, and unify Series and DataFrame accessors #27009

merged 33 commits into from
Jul 3, 2019

Commits on Jun 21, 2019

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

Commits on Jun 23, 2019

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

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    8a56ad7 View commit details
    Browse the repository at this point in the history
  2. Addressing review comments, and fixing many tests (still some tests f…

    …ailing)
    Marc Garcia committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    196388b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f00ec30 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    1c16faa View commit details
    Browse the repository at this point in the history
  2. Restoring docstrings of hist_series, hist_frame, boxplot and boxplot_…

    …frame
    Marc Garcia committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    995d72e View commit details
    Browse the repository at this point in the history
  3. Fixing plot accessor docstring (was in the wrong place, and couple of…

    … things were wrong or could be improved)
    Marc Garcia committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7e45996 View commit details
    Browse the repository at this point in the history
  4. Fixing hexbin plot tests

    Marc Garcia committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4fbfed0 View commit details
    Browse the repository at this point in the history
  5. Fixing bug when calling plot twice on the same data, since the data (…

    …Series or DataFrame) was being modified in the first call
    Marc Garcia committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7d7263a View commit details
    Browse the repository at this point in the history
  6. Raising missing exception for pie in DataFrame, and fixing accessor s…

    …ignature mismatches
    Marc Garcia committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    1a03cbf View commit details
    Browse the repository at this point in the history
  7. Fixing bug that shown the legend for Series plot

    Marc Garcia committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    cf7cbc0 View commit details
    Browse the repository at this point in the history
  8. Fix linting

    Marc Garcia committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    d063e05 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

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

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    369fbf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d146f9 View commit details
    Browse the repository at this point in the history
  3. Removing duplicated data type checks

    Marc Garcia committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    34ea1f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19489ba View commit details
    Browse the repository at this point in the history
  5. Fixing name of reuse_plot parameter

    Marc Garcia committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    9b4fc6d View commit details
    Browse the repository at this point in the history
  6. Fixing bug with matplotlib 2

    Marc Garcia committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    2597bc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    57c4937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    263ee7a View commit details
    Browse the repository at this point in the history
  3. Not passing default matplotlib parameters to backends (all known kwar…

    …gs were being passed, now only the ones provided by the user)
    Marc Garcia committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    37fe165 View commit details
    Browse the repository at this point in the history
  4. Fixing test of plotting accessor parameters

    Marc Garcia committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    0cf4514 View commit details
    Browse the repository at this point in the history
  5. Temporary not warning for Series.plot positional arguments (looks lik…

    …e this caused the parallel coordinates test failure)
    Marc Garcia committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    4d70d5d View commit details
    Browse the repository at this point in the history
  6. Revert "Temporary not warning for Series.plot positional arguments (l…

    …ooks like this caused the parallel coordinates test failure)"
    
    This reverts commit 4d70d5d.
    Marc Garcia committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    a2330b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42a1b35 View commit details
    Browse the repository at this point in the history
  8. Adding debug info in the CI for failing test

    Marc Garcia committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    34d189f View commit details
    Browse the repository at this point in the history
  9. Revert "Adding debug info in the CI for failing test"

    This reverts commit 34d189f.
    Marc Garcia committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    5819585 View commit details
    Browse the repository at this point in the history
  10. Temporary removing the warning, to see if it's causing the andrews_cu…

    …rves test failure
    Marc Garcia committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    29d7547 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    37fb064 View commit details
    Browse the repository at this point in the history
  2. Revert "Temporary removing the warning, to see if it's causing the an…

    …drews_curves test failure"
    
    This reverts commit 29d7547.
    datapythonista committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    a5d0fd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce544e1 View commit details
    Browse the repository at this point in the history