We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f93d57 commit 5b0a2a6Copy full SHA for 5b0a2a6
doc/source/whatsnew/v0.7.3.rst
@@ -25,8 +25,6 @@ New features
25
from pandas.tools.plotting import scatter_matrix
26
scatter_matrix(df, alpha=0.2) # noqa F821
27
28
-.. image:: ../savefig/scatter_matrix_kde.png
29
- :width: 5in
30
31
- Add ``stacked`` argument to Series and DataFrame's ``plot`` method for
32
:ref:`stacked bar plots <visualization.barplot>`.
@@ -35,15 +33,11 @@ New features
35
33
36
34
df.plot(kind='bar', stacked=True) # noqa F821
37
38
-.. image:: ../savefig/bar_plot_stacked_ex.png
39
- :width: 4in
40
41
.. code-block:: python
42
43
df.plot(kind='barh', stacked=True) # noqa F821
44
45
-.. image:: ../savefig/barh_plot_stacked_ex.png
46
47
48
- Add log x and y :ref:`scaling options <visualization.basic>` to
49
``DataFrame.plot`` and ``Series.plot``
0 commit comments