Skip to content

Commit 76100f9

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 61e8637 Branch : main Author : Andrew Gait <andrew.gait@manchester.ac.uk> Time : 2026-04-21 15:41:03 +0000 Message : Merge pull request #90 from UoMResearchIT/83-fix-figure-and-text-layout-for-pandas-sweden-gdp-plot Add blank line after figure to fix layout
1 parent 2e8ce25 commit 76100f9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

07-pandas_essential.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ plt.xticks(rotation=90)
190190
```
191191

192192
![](fig/sweden-pandas-fig1.png){alt="Line plot of increase in Sweden's GDP from 1952 to 2002, with no axis labels, and awkward x-axis tick labels."}
193+
193194
Note that we've had to rotate the xtick labels by 90 degrees, because they do not fit neatly under the x-axis. Later we will clean these up properly.
194195

195196
Note that, in the case above, we passed a single column of data to the `plot` method - which it automatically transposed in order to make sense of the plot request (because this method usually works on rows of data). If you want to plot more than one column of data you will need to explicitly transpose the DataFrame yourself.

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"episodes/04-software_package_management.md" "62db2ba2a4291e16d2bdd07b77bfc961" "site/built/04-software_package_management.md" "2025-04-15"
1111
"episodes/05-defensive_programming.md" "906c151b83b81c929caae42af7fc942c" "site/built/05-defensive_programming.md" "2026-04-21"
1212
"episodes/06-units_and_quantities.md" "97935d13cf18749dc8816cea57fc9e3a" "site/built/06-units_and_quantities.md" "2026-04-21"
13-
"episodes/07-pandas_essential.md" "53da61ecedb6dcb8735ab4cc6fbe0f99" "site/built/07-pandas_essential.md" "2026-04-13"
13+
"episodes/07-pandas_essential.md" "b1059ad5fe7b7c4fcaf16c49e8e44bc5" "site/built/07-pandas_essential.md" "2026-04-21"
1414
"instructors/instructor-notes.md" "a59fd3b94c07c3fe3218c054a0f03277" "site/built/instructor-notes.md" "2025-04-15"
1515
"learners/discuss.md" "2758e2e5abd231d82d25c6453d8abbc6" "site/built/discuss.md" "2025-04-15"
1616
"learners/reference.md" "28853696c21dd22dfb883e9c241e95fb" "site/built/reference.md" "2025-04-15"

0 commit comments

Comments
 (0)