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

Update colors.py #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update colors.py #288

wants to merge 1 commit into from

Conversation

aa403
Copy link

@aa403 aa403 commented Jul 3, 2024

forces alpha to be a float. using jupyterlab, it seems like it is coming thru as a np.float which is then causing plotly to fallover

to install:

(for poetry)
cufflinks = { git = "https://github.com/aa403/cufflinks.git", branch = "patch-1" }

(for pip / requirements.txt)
cufflinks @ git+https://github.com/aa403/cufflinks@patch-1

SO discussion of the issue here:
https://stackoverflow.com/questions/51691172/plotly-value-error-invalid-property-for-colour

forces `alpha` to be a `float`.  using jupyterlab, it seems like it is coming thru as a `np.float` which is then causing plotly to fallover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant