Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions doc/source/whatsnew/v0.7.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ New features
from pandas.tools.plotting import scatter_matrix
scatter_matrix(df, alpha=0.2) # noqa F821

.. image:: ../savefig/scatter_matrix_kde.png
:width: 5in

- Add ``stacked`` argument to Series and DataFrame's ``plot`` method for
:ref:`stacked bar plots <visualization.barplot>`.
Expand All @@ -35,15 +33,11 @@ New features

df.plot(kind='bar', stacked=True) # noqa F821

.. image:: ../savefig/bar_plot_stacked_ex.png
:width: 4in

.. code-block:: python

df.plot(kind='barh', stacked=True) # noqa F821

.. image:: ../savefig/barh_plot_stacked_ex.png
:width: 4in

- Add log x and y :ref:`scaling options <visualization.basic>` to
``DataFrame.plot`` and ``Series.plot``
Expand Down