``` plot_cmd(candidate_df) plt.plot(left_color, g, label='left color') plt.plot(right_color, g, label='right color') plt.legend(); ```