Here is my plot title:
plot.update_layout(
title={
'text': name,
'y':0.9,
'x':0.5,
'xanchor': 'center',
'yanchor': 'top'},
font=dict(family="Arial",size=18),
barmode='stack',
legend=dict(x=0.4, y=-0.3),
legend_orientation="h"
)
Iโve looked for a while but couldnโt find any documentation. Is it possible to change the color of the title text alone? Not all the text but ONLY the title.