Hi,
is there any way to change background color of specific subplots?
best,
Barbara
Hi,
is there any way to change background color of specific subplots?
best,
Barbara
@Barbara_Expu The background color is set in layout for the figure: plot_bgcolor='rgb(245,245,240)'
. At the moment you cannot change the backround of a particular subplot.
@empet Thanks for the fast response! Okay I see… is it possible to change the title color of an individual subplot?
@Barbara_Expu , Yes, you can change the color. Take a look at this example: https://plot.ly/~empet/14693.
@empet great thank you so much!!