File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
752752fig = plt.figure()
753753ax = fig.add_subplot(1 ,1 ,1 )
754+ plot_cmd(candidate_df)
754755poly_cmd = Polygon(loop_df, closed = True ,
755756 facecolor = ' C1' , alpha = 0.4 )
756757ax.add_patch(poly_cmd)
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments