Skip to content

Commit cbfc167

Browse files
committed
whatsnew
1 parent 61693c6 commit cbfc167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Other enhancements
183183
- :meth:`~pandas.core.resample.Resampler.interpolate` now supports SciPy interpolation method :class:`scipy.interpolate.CubicSpline` as method ``cubicspline`` (:issue:`33670`)
184184
- The ``ExtensionArray`` class has now an :meth:`~pandas.arrays.ExtensionArray.equals`
185185
method, similarly to :meth:`Series.equals` (:issue:`27081`).
186-
-
186+
- :meth:`DataFrame.hist`, :meth:`Series.hist`, :meth:`DataFrameGroupby.hist`, and :meth:`SeriesGroupby.hist` have gained the ``legend`` argument. Set to True to show a legend in the histogram. (:issue:`6279`)
187187

188188
.. ---------------------------------------------------------------------------
189189

0 commit comments

Comments
 (0)