We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I render a figure with layout.template.height=800, the final figure seems to render with a height of 525.
layout.template.height=800
The text was updated successfully, but these errors were encountered:
Yeah, there are places in the code that add default width/height behavior if the these aren't specified.
For example:
plotly.py/plotly/io/_html.py
Lines 159 to 161 in 6a85e4b
But, we should track down and update all of these to also check fig.layout.template.layout.width/height.
fig.layout.template.layout.width
height
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
If I render a figure with
layout.template.height=800
, the final figure seems to render with a height of 525.The text was updated successfully, but these errors were encountered: