You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following Pen shows a simple pair of calls to Plotly.react which causes the plot_bgcolor to be applied to the gridlines of one of the subplots instead of its background: https://codepen.io/nicolaskruchten/pen/QmQXMK
The text was updated successfully, but these errors were encountered:
Alright, this one isn't as bad as it looks... the grid actually is supposed to be this color (which is a slightly darkened version of the red background), since we blend plot_bgcolor with the default line color in order to avoid unnecessary opacity. The problem is just that we're not creating the right background rect for the new subplot.
The following Pen shows a simple pair of calls to
Plotly.react
which causes theplot_bgcolor
to be applied to the gridlines of one of the subplots instead of its background: https://codepen.io/nicolaskruchten/pen/QmQXMKThe text was updated successfully, but these errors were encountered: