underline

Plotly: How to format text (underline, bold, italic)

Plotly: How to format text (underline, bold, italic) Question: I try to underline text in plotly when using annotations. I add my annotations using import plotly.graph_objects as go g = go.FigureWidget(make_subplots(rows=1,cols=1)) g.update_layout(annotations=[dict(text=’my text’)]) #plus any other parameters Is there an option (in the annotations dict, maybe?) to have underlined text? Thanks! Asked By: MaxS || …

Total answers: 2