both lines plotted with this code:
ax = sns.lineplot(x='Number of env steps total', y=y, hue="Experiment", style="Experiment", palette=palette, data=df, ax=axs[idx, 0], hue_order=hue_ordering, dashes=dash_styles, ci="sd", estimator='mean')
The only difference is in the second plot, I relabel all "Experiment" rows in the "df" dataframe from "seed[0,1,2]" to "relational_sequential (Ours)". However, the dark orange part should not be a giant clump in the 2nd picture, the mean should still be a line... why does it look like this? In the 2nd plot, we have three modes of data, but the mean should still be a clean line right... a single dark orange line and not a clumped block of orange