|
@@ -337,7 +337,7 @@
|
|
"outputs": [],
|
|
"outputs": [],
|
|
"source": [
|
|
"source": [
|
|
"# fancier plot with seaborn : https://seaborn.pydata.org/\n",
|
|
"# fancier plot with seaborn : https://seaborn.pydata.org/\n",
|
|
- "import seaborn.apionly as sns\n",
|
|
|
|
|
|
+ "import seaborn as sns\n",
|
|
"sns.set_style('whitegrid')\n",
|
|
"sns.set_style('whitegrid')\n",
|
|
"\n",
|
|
"\n",
|
|
"sns.jointplot('Shot.put', 'High.jump', data = my_data, \n",
|
|
"sns.jointplot('Shot.put', 'High.jump', data = my_data, \n",
|
|
@@ -610,7 +610,7 @@
|
|
"name": "python",
|
|
"name": "python",
|
|
"nbconvert_exporter": "python",
|
|
"nbconvert_exporter": "python",
|
|
"pygments_lexer": "ipython3",
|
|
"pygments_lexer": "ipython3",
|
|
- "version": "3.4.3"
|
|
|
|
|
|
+ "version": "3.8.3"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"nbformat": 4,
|
|
"nbformat": 4,
|