You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Exposed arguments in plot.kde, added number of sample points as option
* Added a test for plot.kde with as an integer
* Added whatsnew. Fixed flake8 errors. Used is_integer to infer type.
* Updated scipy reference
* Added test, rewrote whatsnew, removed import
* Changed from Series to DataFrame in doc
* Fixed PEP8 errors in test file
* Fixed typo which made tests crash
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.23.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -536,7 +536,7 @@ Plotting
536
536
537
537
- :func: `DataFrame.plot` now raises a ``ValueError`` when the ``x`` or ``y`` argument is improperly formed (:issue:`18671`)
538
538
- Bug in formatting tick labels with ``datetime.time()`` and fractional seconds (:issue:`18478`).
539
-
-
539
+
- :meth:`Series.plot.kde` has exposed the args ``ind`` and ``bw_method`` in the docstring (:issue:`18461`). The argument ``ind`` may now also be an integer (number of sample points).
0 commit comments