Skip to content

Commit 0526d85

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : eea1145 Branch : main Author : ShebMichel <[email protected]> Time : 2025-12-10 00:26:51 +0000 Message : Merge pull request #253 from abostroem/issue227 added plot_cmd(candidate_df) to episode 8 to resolve issue #227
1 parent 61f90e1 commit 0526d85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

08-plot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ Hint: pass `loop_df` as an argument to `Polygon` as we did in episode 7 and then
751751
```python
752752
fig = plt.figure()
753753
ax = fig.add_subplot(1,1,1)
754+
plot_cmd(candidate_df)
754755
poly_cmd = Polygon(loop_df, closed=True,
755756
facecolor='C1', alpha=0.4)
756757
ax.add_patch(poly_cmd)

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"episodes/05-select.md" "ddb28c6b618fccdb978b3f10603456c3" "site/built/05-select.md" "2025-12-09"
1111
"episodes/06-join.md" "727db2dc018477415c5278714483a0f3" "site/built/06-join.md" "2025-12-09"
1212
"episodes/07-photo.md" "34fdbecffbc6fda5e8a549b38b28e50b" "site/built/07-photo.md" "2025-12-09"
13-
"episodes/08-plot.md" "311a9fd75128132442e5c99976d2292b" "site/built/08-plot.md" "2025-12-09"
13+
"episodes/08-plot.md" "6b5f660b64a3426a2bef409d22fe7d82" "site/built/08-plot.md" "2025-12-10"
1414
"instructors/calculating_MIST_isochrone.md" "3201f3ca13dc11bbef74a7d24a433362" "site/built/calculating_MIST_isochrone.md" "2023-05-15"
1515
"instructors/instructor-notes.md" "f989cad016e09fae5840a8520eac79fb" "site/built/instructor-notes.md" "2025-09-30"
1616
"instructors/link-list.md" "2271509ca39f9635af8b6daa5e12f610" "site/built/link-list.md" "2023-05-15"

0 commit comments

Comments
 (0)