Question regarding plotting in a notebook or pycharm.
Currently when plotting names have to be assigned to have the legend state the value being plotted or else you just a trace 1 or trace 2 name.
Such as trace3 = go.Scatter(
x = Weeks,
y = Courier_CTD,
name = ‘Kansas’,
yaxis=‘y2’,
line = dict(
color = (‘rgb(8,48,107)’),
width = 4,
dash = ‘dash’),
If I want that name to be whatever the name or value is in the region column is that possible?