-
-
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
Error when running the create_dendrogram example #2618
Comments
I can't replicate this in my local setup, so it seems to depend on a specific version of some dependency. Will keep digging. |
@emmanuelle @nicholas-esterer @jonmmease are any of you able to replicate this error? It's showing up in CI here: https://circleci.com/gh/plotly/plotly.py/42585?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link |
can't replicate with python 3.7.3 |
OK so it looks like |
So, as @emmanuelle suggested, it is because the So do we want to replace these as well with different colors and if so, which ones? Because there are some colors that aren't in the list we already have (e.g., orange). |
Is there an easy fix such that we keep the colors we used to have? |
it would be mapping 'c1' to what 'g' was mapped to before, etc. but then what do we do for c5-c9? |
what did we do before for more than 4 colors? Sorry, I'm not following the before vs after :) |
Before the default |
By before I mean with |
I am running plotly.py version 4.8.2 in a jupyter notebook.
I ran the following code, copied from the documentation page:
and getting the following error message:
I've tried downgrading to 4.8.1, but got the same error.
My working env is created with miniconda3, using the yml file:
Thanks!
The text was updated successfully, but these errors were encountered: