Skip to content

Commit 2b2d4cf

Browse files
committed
Added matplotlib applied notebook, with visualizations appied to Kaggle competitions for exploratory data analysis. This was separated from the original matplotlib notebook that contained both general functionality and the applied section.
1 parent c0b8c9b commit 2b2d4cf

File tree

3 files changed

+431
-397
lines changed

3 files changed

+431
-397
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Credits: Some content forked from [Parallel Machine Learning with scikit-learn a
144144
| Notebook | Description |
145145
|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
146146
| [matplotlib](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/matplotlib/matplotlib.ipynb) | Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. |
147+
| [matplotlib-applied](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/matplotlib/matplotlib-applied.ipynb) | Matplotlib visualizations appied to Kaggle competitions for exploratory data analysis. Examples of bar plots, histograms, subplot2grid, normalized plots, scatter plots, subplots, and kernel density estimation plots. |
147148

148149
<br/>
149150
<p align="center">

0 commit comments

Comments
 (0)