We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Hi,
I updated plotly and kaleido to the latest version.When I rerun some scripts, my rescaling of the plots doesn't work anymore.
fig.update_layout( autosize=False, height=150, width=180,)
Changing height and width does not change the plot size anymore.Am I doing something wrong?