Its possible to hide one legend item?

I used two lines to make a standard deviation area, I want to remove β€˜trace 1’ item of the following legend:

image

Hi @yuricda96, graph_objects traces have a showlegend keyword argument which you can set to False.

2 Likes