Kinya Toride

Results 4 comments of Kinya Toride

Sounds great idea! I also think `True` should be level 3.

Not actually... That's a colorbar. The error bar is not shown in the legend in my original left figure.

Thanks. My suggestion was to include that option with `ax.plot(data, means=True)`. Currently, it is supported when you show errors with shading or fading options e.g. `ax.plot(data, means=True, shadestd=1)`. That way,...

On second thought, this might cause unexpected behavior. We need to specify a color (and other properties) for the group of lines. If we pass a single label without specifying...