Skip to content

Commit

Permalink
Reformatted Seaborn tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Bednar committed Feb 24, 2015
1 parent db427a6 commit bd3b4e1
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions doc/Tutorials/Pandas_Seaborn.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:0e7307ca81daa4d37eb9ae1175763357264aef587982d00fc433573029073063"
"signature": "sha256:ed31c3ab35bef70b4db88b5964a14c5f4d11c73b2bd2d3a881cd086d376dd25c"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -80,10 +80,11 @@
"outputs": []
},
{
"cell_type": "markdown",
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"# Visualizing Distributions of Data <a id='Histogram'/>"
"Visualizing Distributions of Data <a id='Histogram'/>"
]
},
{
Expand Down Expand Up @@ -175,10 +176,11 @@
]
},
{
"cell_type": "markdown",
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"# Working with ``TimeSeries`` data"
"Working with ``TimeSeries`` data"
]
},
{
Expand Down Expand Up @@ -305,10 +307,11 @@
"outputs": []
},
{
"cell_type": "markdown",
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"# Working with pandas DataFrames"
"Working with pandas DataFrames"
]
},
{
Expand Down Expand Up @@ -362,10 +365,11 @@
"outputs": []
},
{
"cell_type": "markdown",
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"## Flight passenger data"
"Flight passenger data"
]
},
{
Expand All @@ -388,10 +392,11 @@
"outputs": []
},
{
"cell_type": "markdown",
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"### Tipping data <a id='Regression'/>"
"Tipping data <a id='Regression'/>"
]
},
{
Expand Down Expand Up @@ -421,10 +426,11 @@
]
},
{
"cell_type": "markdown",
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"### Iris Data <a id='Box'/>"
"Iris Data <a id='Box'/>"
]
},
{
Expand Down Expand Up @@ -464,10 +470,11 @@
"outputs": []
},
{
"cell_type": "markdown",
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"## Titanic passenger data <a id='Correlation'/>"
"Titanic passenger data <a id='Correlation'/>"
]
},
{
Expand Down

0 comments on commit bd3b4e1

Please sign in to comment.