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
In most cases plotting with an empty data_frame works nicely, I mean, it shows a figure with no traces but with the good layout.
But if we specify a facet_col or facet_row it fails.
In most cases plotting with an empty data_frame works nicely, I mean, it shows a figure with no traces but with the good layout.
But if we specify a
facet_col
orfacet_row
it fails.I would expect the same result as if
facet_col
was None. As it is already the case foranimation_frame
The text was updated successfully, but these errors were encountered: