Skip to content

Commit 088710d

Browse files
committed
differences for PR #253
1 parent e0dde8a commit 088710d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

08-plot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ Hint: pass `loop_df` as an argument to `Polygon` as we did in episode 7 and then
753753
```python
754754
fig = plt.figure()
755755
ax = fig.add_subplot(1,1,1)
756+
plot_cmd(candidate_df)
756757
poly_cmd = Polygon(loop_df, closed=True,
757758
facecolor='C1', alpha=0.4)
758759
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" "5554b751dce605172b84815970a32937" "site/built/05-select.md" "2025-09-30"
1111
"episodes/06-join.md" "63e16f5fd2d7246de02a63113e41e876" "site/built/06-join.md" "2025-07-16"
1212
"episodes/07-photo.md" "2a244ed606346a0befbaeb2ea006c488" "site/built/07-photo.md" "2024-03-08"
13-
"episodes/08-plot.md" "97b61b54dadf9ea944138e541156ee8f" "site/built/08-plot.md" "2025-09-30"
13+
"episodes/08-plot.md" "4a03dd8a70eb1c61bdd08f440c8251d6" "site/built/08-plot.md" "2025-12-08"
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)