Skip to content

Commit

Permalink
extra exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 9, 2023
1 parent 3e00d1a commit af4d3cb
Showing 1 changed file with 45 additions and 3 deletions.
48 changes: 45 additions & 3 deletions 017-visualization-strategies/Preparing for an Audience.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,20 @@
"Think through each one carefully in turn to decide how you should approach it."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Exercise"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Find one (not too complex) plot you like online - how far can you get in 20min trying to make fake data for it in Python (tip: don't worry about getting the data right!)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -386,6 +400,20 @@
"ax"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Exercise"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Take your previous favourite plot and try to now plot some of your fake data in a similar way to it!"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -861,6 +889,20 @@
"# ..."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Exercise"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Try to improve the plot you found that you were working on!"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -886,7 +928,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -900,9 +942,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.10.10"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit af4d3cb

Please sign in to comment.