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
Example is something like layout.paper_bgcolor Right now we would effectively be setting layout.paper.bgcolor.
layout.paper_bgcolor
layout.paper.bgcolor
The text was updated successfully, but these errors were encountered:
The way to do this is to set the field of the dict.
So in this example I could do:
l = Layout() l.fields[:paper_bgcolor] = "yellow"
Sorry, something went wrong.
No branches or pull requests
Example is something like
layout.paper_bgcolor
Right now we would effectively be settinglayout.paper.bgcolor
.The text was updated successfully, but these errors were encountered: