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

Possible typo in plotly_colorscale function #5016

Closed
simsurace opened this issue Nov 5, 2024 · 0 comments · Fixed by #5017
Closed

Possible typo in plotly_colorscale function #5016

simsurace opened this issue Nov 5, 2024 · 0 comments · Fixed by #5017

Comments

@simsurace
Copy link
Contributor

I hit this while plotting a heatmap with the PlotlyJS backend, albeit in version 1. There seems to be a typo --> instead of -> here:

map(i --> [vals[i], rgba_string(plot_color(c[i], α))], eachindex(c))

or here:
map(i --> [vals[i], rgba_string(plot_color(c[i], α))], eachindex(c))

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 a pull request may close this issue.

1 participant