Skip to content

Commit 4b46b48

Browse files
committed
add key points
1 parent 3315fd2 commit 4b46b48

File tree

3 files changed

+239
-93
lines changed

3 files changed

+239
-93
lines changed

data/boxplot.png

44.2 KB
Loading

lessons/01_python_data_visualization.ipynb

+16-1
Original file line numberDiff line numberDiff line change
@@ -1553,6 +1553,21 @@
15531553
"plt.xlabel('Continents')\n",
15541554
"plt.ylabel('Per-Capita GDP (International Dollars)');"
15551555
]
1556+
},
1557+
{
1558+
"cell_type": "markdown",
1559+
"metadata": {},
1560+
"source": [
1561+
"<div class=\"alert alert-success\">\n",
1562+
"\n",
1563+
"## ❗ Key Points\n",
1564+
"\n",
1565+
"* It takes some time to be familiar with the syntax of python plotting libraries. \n",
1566+
"* Always good to be aware of the caveats/pitfalls of each plot type. \n",
1567+
"* Sit back and take a look at the plot you have and ask yourself what else is missing?\n",
1568+
"\n",
1569+
"</div>"
1570+
]
15561571
}
15571572
],
15581573
"metadata": {
@@ -1571,7 +1586,7 @@
15711586
"name": "python",
15721587
"nbconvert_exporter": "python",
15731588
"pygments_lexer": "ipython3",
1574-
"version": "3.9.12"
1589+
"version": "3.11.4"
15751590
},
15761591
"toc-autonumbering": false,
15771592
"toc-showcode": false

lessons/02_python_data_visualization.ipynb

+223-92
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)