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
As reported in plotly/orca#164, the current policy of retrying the first image export for up to 8 seconds is not always sufficient.
plotly.py/plotly/io/_orca.py
Lines 1194 to 1195 in a9fa5de
Lets increase this to 30 seconds to be on the safe side.
The text was updated successfully, but these errors were encountered:
In the meantime, see workaround in plotly/orca#164 (comment)
Sorry, something went wrong.
I run into timeout issues when creating a scatter plot with 2^20 points. The following doesn't help:
plotly.io.orca.ensure_server() time.sleep(10)
Any other suggestions?
No branches or pull requests
As reported in plotly/orca#164, the current policy of retrying the first image export for up to 8 seconds is not always sufficient.
plotly.py/plotly/io/_orca.py
Lines 1194 to 1195 in a9fa5de
Lets increase this to 30 seconds to be on the safe side.
The text was updated successfully, but these errors were encountered: