The code below works except for title=‘plot title’ bit. How do you add a title?
fig.update_layout(paper_bgcolor=colors[‘background’], font_color=colors[‘text’], title=“Plot Title”, height = 500 , margin = {‘t’:0, ‘b’:0, ‘l’:0})
The code below works except for title=‘plot title’ bit. How do you add a title?
fig.update_layout(paper_bgcolor=colors[‘background’], font_color=colors[‘text’], title=“Plot Title”, height = 500 , margin = {‘t’:0, ‘b’:0, ‘l’:0})