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