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
2525 from pandas.tools.plotting import scatter_matrix
2626 scatter_matrix(df, alpha = 0.2 ) # noqa F821
2727
28- .. image :: ../savefig/scatter_matrix_kde.png
29- :width: 5in
3028
3129 - Add ``stacked `` argument to Series and DataFrame's ``plot `` method for
3230 :ref: `stacked bar plots <visualization.barplot >`.
@@ -35,15 +33,11 @@ New features
3533
3634 df.plot(kind = ' bar' , stacked = True ) # noqa F821
3735
38- .. image :: ../savefig/bar_plot_stacked_ex.png
39- :width: 4in
4036
4137 .. code-block :: python
4238
4339 df.plot(kind = ' barh' , stacked = True ) # noqa F821
4440
45- .. image :: ../savefig/barh_plot_stacked_ex.png
46- :width: 4in
4741
4842 - Add log x and y :ref: `scaling options <visualization.basic >` to
4943 ``DataFrame.plot `` and ``Series.plot ``
You can’t perform that action at this time.
0 commit comments