-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Commits on Jun 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f279d16 - Browse repository at this point
Copy the full SHA f279d16View commit details
Commits on Jun 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ca5671c - Browse repository at this point
Copy the full SHA ca5671cView commit details
Commits on Jun 25, 2019
-
Merge remote-tracking branch 'upstream/master' into plot_api
Marc Garcia committedJun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 8a56ad7 - Browse repository at this point
Copy the full SHA 8a56ad7View commit details -
Addressing review comments, and fixing many tests (still some tests f…
…ailing)
Marc Garcia committedJun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 196388b - Browse repository at this point
Copy the full SHA 196388bView commit details -
Merge remote-tracking branch 'upstream/master' into plot_api
Marc Garcia committedJun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for f00ec30 - Browse repository at this point
Copy the full SHA f00ec30View commit details
Commits on Jun 26, 2019
-
Merge remote-tracking branch 'upstream/master' into plot_api
Marc Garcia committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 1c16faa - Browse repository at this point
Copy the full SHA 1c16faaView commit details -
Restoring docstrings of hist_series, hist_frame, boxplot and boxplot_…
…frame
Marc Garcia committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 995d72e - Browse repository at this point
Copy the full SHA 995d72eView commit details -
Fixing plot accessor docstring (was in the wrong place, and couple of…
… things were wrong or could be improved)
Marc Garcia committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 7e45996 - Browse repository at this point
Copy the full SHA 7e45996View commit details -
Marc Garcia committed
Jun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 4fbfed0 - Browse repository at this point
Copy the full SHA 4fbfed0View commit details -
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 committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 7d7263a - Browse repository at this point
Copy the full SHA 7d7263aView commit details -
Raising missing exception for pie in DataFrame, and fixing accessor s…
…ignature mismatches
Marc Garcia committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 1a03cbf - Browse repository at this point
Copy the full SHA 1a03cbfView commit details -
Fixing bug that shown the legend for Series plot
Marc Garcia committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for cf7cbc0 - Browse repository at this point
Copy the full SHA cf7cbc0View commit details -
Marc Garcia committed
Jun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for d063e05 - Browse repository at this point
Copy the full SHA d063e05View commit details
Commits on Jun 28, 2019
-
Merge remote-tracking branch 'upstream/master' into plot_api
Marc Garcia committedJun 28, 2019 Configuration menu - View commit details
-
Copy full SHA for c83551d - Browse repository at this point
Copy the full SHA c83551dView commit details
Commits on Jul 1, 2019
-
Merge remote-tracking branch 'upstream/master' into plot_api
Marc Garcia committedJul 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 369fbf1 - Browse repository at this point
Copy the full SHA 369fbf1View commit details -
Fixing bug that made reusing the previous plot for dataframes
Marc Garcia committedJul 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 0d146f9 - Browse repository at this point
Copy the full SHA 0d146f9View commit details -
Removing duplicated data type checks
Marc Garcia committedJul 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 34ea1f2 - Browse repository at this point
Copy the full SHA 34ea1f2View commit details -
Restoring original position of methods, so the diff is smaller
Marc Garcia committedJul 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 19489ba - Browse repository at this point
Copy the full SHA 19489baView commit details -
Fixing name of reuse_plot parameter
Marc Garcia committedJul 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 9b4fc6d - Browse repository at this point
Copy the full SHA 9b4fc6dView commit details -
Marc Garcia committed
Jul 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 2597bc9 - Browse repository at this point
Copy the full SHA 2597bc9View commit details
Commits on Jul 2, 2019
-
Adding documentation and improving comments, based on Jeff review
Marc Garcia committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 57c4937 - Browse repository at this point
Copy the full SHA 57c4937View commit details -
Adding FutureWarning if Series.plot is called with positional arguments
Marc Garcia committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 263ee7a - Browse repository at this point
Copy the full SHA 263ee7aView commit details -
Not passing default matplotlib parameters to backends (all known kwar…
…gs were being passed, now only the ones provided by the user)
Marc Garcia committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 37fe165 - Browse repository at this point
Copy the full SHA 37fe165View commit details -
Fixing test of plotting accessor parameters
Marc Garcia committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 0cf4514 - Browse repository at this point
Copy the full SHA 0cf4514View commit details -
Temporary not warning for Series.plot positional arguments (looks lik…
…e this caused the parallel coordinates test failure)
Marc Garcia committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 4d70d5d - Browse repository at this point
Copy the full SHA 4d70d5dView commit details -
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 committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for a2330b2 - Browse repository at this point
Copy the full SHA a2330b2View commit details -
Merge remote-tracking branch 'upstream/master' into plot_api
Marc Garcia committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 42a1b35 - Browse repository at this point
Copy the full SHA 42a1b35View commit details -
Adding debug info in the CI for failing test
Marc Garcia committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 34d189f - Browse repository at this point
Copy the full SHA 34d189fView commit details -
Revert "Adding debug info in the CI for failing test"
This reverts commit 34d189f.
Marc Garcia committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 5819585 - Browse repository at this point
Copy the full SHA 5819585View commit details -
Temporary removing the warning, to see if it's causing the andrews_cu…
…rves test failure
Marc Garcia committedJul 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 29d7547 - Browse repository at this point
Copy the full SHA 29d7547View commit details
Commits on Jul 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 37fb064 - Browse repository at this point
Copy the full SHA 37fb064View commit details -
Revert "Temporary removing the warning, to see if it's causing the an…
…drews_curves test failure" This reverts commit 29d7547.
Configuration menu - View commit details
-
Copy full SHA for a5d0fd9 - Browse repository at this point
Copy the full SHA a5d0fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce544e1 - Browse repository at this point
Copy the full SHA ce544e1View commit details