Skip to content

Commit

Permalink
Proofread figures
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLau95 committed Jul 20, 2023
1 parent 3f19c3a commit 3307420
Show file tree
Hide file tree
Showing 14 changed files with 13,407 additions and 13,090 deletions.
160 changes: 94 additions & 66 deletions content/ch/03/theory_election.ipynb

Large diffs are not rendered by default.

245 changes: 186 additions & 59 deletions content/ch/09/wrangling_transformations.ipynb

Large diffs are not rendered by default.

208 changes: 104 additions & 104 deletions content/ch/10/eda_example.ipynb

Large diffs are not rendered by default.

336 changes: 182 additions & 154 deletions content/ch/10/eda_multi.ipynb

Large diffs are not rendered by default.

2,012 changes: 1,040 additions & 972 deletions content/ch/10/eda_relationships.ipynb

Large diffs are not rendered by default.

Binary file modified content/ch/10/figures/scatterPlot_price_bsqft.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/ch/11/figures/cherry-overplotting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
136 changes: 59 additions & 77 deletions content/ch/11/viz_context.ipynb

Large diffs are not rendered by default.

134 changes: 50 additions & 84 deletions content/ch/11/viz_data_design.ipynb

Large diffs are not rendered by default.

31 changes: 25 additions & 6 deletions content/ch/11/viz_smoothing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {
"tags": [
"remove-cell"
Expand All @@ -19,7 +19,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {
"tags": [
"remove-cell"
Expand Down Expand Up @@ -74,11 +74,30 @@
"We've plotted the runner's age on the x-axis and race time on the y-axis:"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"fig = px.scatter(runners, x='age', y='time',\n",
" labels={'age': 'Runner age (yr)', 'time': 'Race time (sec)'})\n",
"fig.write_image('figures/cherry-overplotting.png', scale=3)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"tags": [],
"user_expressions": []
},
"source": [
"![cherry-overplotting.png](figures/cherry-overplotting.png)"
"<img src=\"figures/cherry-overplotting.png\"\n",
" width=\"400\" />"
]
},
{
Expand Down Expand Up @@ -214339,7 +214358,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -214353,7 +214372,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 3307420

Please sign in to comment.