Skip to content

Commit 4756760

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

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
@@ -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
```

0 commit comments

Comments
 (0)