In the past (8-9 months ago), I was able to access figure layout attributes.
For example, I could access the range on the yaxis with:
fig.layout.yaxis.range
Now this does not output anything.
In the past (8-9 months ago), I was able to access figure layout attributes.
For example, I could access the range on the yaxis with:
fig.layout.yaxis.range
Now this does not output anything.
Mine doesnβt.
Also, width does not seem to do anything.
If I run fig instead of fig.show() then it works.
So, I guess there are a few issues with fig.show():
width does not work