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
It looks like this is intended (not by me but by the template).
The templates you mentioned are indeed providing a default width for shapes of 0 (which makes the line invisible).
I also tried directly doing the plot in python and the result is the same if you don't specify the line width.
The solution is simply to explicitly write down the line width you want:
Given this I will simply close the issue, but feel free to re-open if you find other issues
Hi,
Thank you for your great work!
When using any of the
ggplot2
,seaborn
orsimple_white
templates viadefault_plotly_template
, I notice that shapes are not displayed.Demonstration:
MWE:
The text was updated successfully, but these errors were encountered: