Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Support factor variables for x and/or y when numeric variable is used to set color #2404

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
Loading
from

Conversation

BeppoBrem
Copy link

@BeppoBrem BeppoBrem commented Nov 30, 2024

Support factor variables for x and/or y when numeric variable is used to set color.

See #1883 and also https://stackoverflow.com/questions/45217616/colors-in-plotly-range-not-meaningful-for-factors. The proposed workaround to convert to character before plotting does not honour the order of the factor levels and hence is only a partial solution.

Code can be tested e.g. via:
plot_ly(iris, y = ~Sepal.Width, x = ~Species, color = ~Sepal.Length, type = 'scatter', mode = 'markers')

@BeppoBrem
Copy link
Author

@cpsievert Can you advise on next steps to get this PR reviewed and eventually merged? Many thanks!

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.