Skip to content
New issue

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

Graphs may not show sometimes #3027

Open
yuhanchen0711 opened this issue Oct 4, 2024 · 3 comments
Open

Graphs may not show sometimes #3027

yuhanchen0711 opened this issue Oct 4, 2024 · 3 comments
Assignees
Labels
documentation written for humans P3 backlog

Comments

@yuhanchen0711
Copy link

Sometimes I may put an array of express.scatter3d and have it return as a child. Unfortunately, in this case sometimes some of the graphs cannot load.
Screen Shot 2024-10-04 at 4 46 28 PM

@gvwilson
Copy link
Contributor

gvwilson commented Oct 7, 2024

Thanks for your bug report - can you please provide a minimal reproducible example so that we know exactly what you're trying and have somewhere to start debugging? thanks - @gvwilson

@alexcjohnson
Copy link
Collaborator

I'm going to guess this is about running out of webgl contexts https://plotly.com/python/webgl-vs-svg/#multiple-webgl-contexts.

Looks like you're in Dash @yuhanchen0711 - see my comment in #2740:

It can already be done by adding https://unpkg.com/[email protected]/src/virtual-webgl.js to external_scripts (or downloading that and putting it in your assets folder), so we could just document that, but it would be nicer to have a built-in way to do this.

@gvwilson
Copy link
Contributor

gvwilson commented Oct 8, 2024

I will transfer this issue to the Dash repository and flag it as needing documentation - thank you.

@gvwilson gvwilson transferred this issue from plotly/plotly.py Oct 8, 2024
@gvwilson gvwilson added documentation written for humans P3 backlog labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation written for humans P3 backlog
Projects
None yet
Development

No branches or pull requests

4 participants