Can anyone tell me how to make the background transparent in plotly express?
For eg,
In the following snippet what would i change in order to make the background transparent? I want to return this fig to a dash graph component and it looks weird with the white background.
It is not making my default background color disappear. I want to make my plot background white. Any other way I can make my plot_bgcolor white/transparent.
Have you managed to find a way to make default background different color? When there is no data, default background is always white. How can I change it?