Hello,
I’m new to Plotly.
just experimenting with a sinus curve…
basic fig.show()
works fine.
(I’ve realized the figure width always adjusts to the notebook / editor screen width).
But when trying to show just a static image (svg or png)
by fig.show("svg")
, the resulting figure width is shrinked.
How can I set it to be exactly same as in fig.show() ?
Thank you.
my screenshots:
nice full width:
But why this shrinked width? :