File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ New features
25
25
from pandas.tools.plotting import scatter_matrix
26
26
scatter_matrix(df, alpha = 0.2 ) # noqa F821
27
27
28
- .. image :: ../savefig/scatter_matrix_kde.png
29
- :width: 5in
30
28
31
29
- Add ``stacked `` argument to Series and DataFrame's ``plot `` method for
32
30
: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
35
38
- .. image :: ../savefig/bar_plot_stacked_ex.png
39
- :width: 4in
40
36
41
37
.. code-block :: python
42
38
43
39
df.plot(kind = ' barh' , stacked = True ) # noqa F821
44
40
45
- .. image :: ../savefig/barh_plot_stacked_ex.png
46
- :width: 4in
47
41
48
42
- Add log x and y :ref: `scaling options <visualization.basic >` to
49
43
``DataFrame.plot `` and ``Series.plot ``
You can’t perform that action at this time.
0 commit comments