Skip to content

Commit 27e0027

Browse files
committed
changing left and right loop to color and mag loop as this is what we save in loop_df again
1 parent 4756760 commit 27e0027

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

episodes/08-plot.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,7 @@ plt.style.use('./az-paper-twocol.mplstyle')
487487

488488
plot_cmd(candidate_df)
489489

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

493492
plt.legend();
494493
```

0 commit comments

Comments
 (0)