-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
plotly express scatter with more than ~34 facet rows breaks #2026
Comments
I get the same error (plotly 4.5.0). Were you able to find a workaround? |
Hi @jonmmease , I am using plotly 4.5.1 and am getting this error too as i tried creating a subplot with 63 rows. it gives an error if the row is bigger than 58 rows. Here is the code: and here is the error:
Is there a way to fix this? Or is it my code that have bugs? Thanks in advance! |
@albertsugi-tallridge you're encountering bug #2556 and you can get around it by reducing your |
The reason this is breaking down is because Plotly Express' defaults are running afoul of the problem described in #2556... We'll have to solve it within Plotly Express, as we don't expose |
In Plotly Express you can now (as of version 4.9) avoid this problem by using |
I'll close this issue when I finish #2556 and the error message will be clearer :) |
Thanks Nicholas! Ill look into it!
Albert SugiantosdasdsadsasdasdAAAAAaAAAAA
Developer
<http://www.tallridge.com/>
Direct 847.504.17XX
Fax 847.504.1700
Toll Free 877.776.3644
*Northbrook*
722 Landwehr Rd
Northbrook, IL 60062
*Chicago*
20 N Wacker Dr, Ste 1200
Chicago, IL 60606
…On Thu, Jul 16, 2020 at 8:52 AM Nicolas Kruchten ***@***.***> wrote:
I'll close this issue when I finish #2556
<#2556> and the error message
will be clearer :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2026 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOQ73TYBMS6TK5ZK52SEEHTR34AZPANCNFSM4KCGCDYA>
.
|
I am trying to create subplots for a number of categories. I have approximately 250 categories in my actual data. I have found that this error occurs all the way down to 35 categories, and disappears around 34.
I get the following error in both cases
The text was updated successfully, but these errors were encountered: