Skip to content

Commit c110246

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 40006f6 Branch : main Author : ShebMichel <[email protected]> Time : 2025-12-12 00:28:18 +0000 Message : Merge pull request #265 from abostroem/fix_episode8 Use loop_df columns instead of left_loop and right_loop
1 parent 9eab5b8 commit c110246

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

08-plot.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,7 @@ what changes in the figure's appearance.
466466
plt.style.use('seaborn-bright')
467467

468468
plot_cmd(candidate_df)
469-
plt.plot(left_color, g, label='left color')
470-
plt.plot(right_color, g, label='right color')
469+
plt.plot(loop_df['color_loop'], loop_df['mag_loop'], g, label='GD1 Isochrone loop')
471470

472471
plt.legend();
473472
```
@@ -488,8 +487,7 @@ plt.style.use('./az-paper-twocol.mplstyle')
488487

489488
plot_cmd(candidate_df)
490489

491-
plt.plot(left_color, g, label='left color')
492-
plt.plot(right_color, g, label='right color')
490+
plt.plot(loop_df['color_loop'], loop_df['mag_loop'], g, label='GD1 Isochrone loop')
493491

494492
plt.legend();
495493
```

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" "6b5f660b64a3426a2bef409d22fe7d82" "site/built/08-plot.md" "2025-12-10"
13+
"episodes/08-plot.md" "66a98a56805813963923aea5a90fe684" "site/built/08-plot.md" "2025-12-12"
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)