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

Formalize deephaven express color_continuous_scale values allowed #623

Open
jnumainville opened this issue Jul 12, 2024 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@jnumainville
Copy link
Collaborator

color_continuous_scale can take str | list[str]

The strings it takes are from a limited Literal set, and we should specify which literals can be passed in, such as "plasma" or "viridis".

Additionally, px exposes colors directly, such as in the case of px.colors.sequential.Viridis
We should do that as well, something like dx.colors.sequential

Some context here

@jnumainville jnumainville added enhancement New feature or request triage labels Jul 12, 2024
@vbabich vbabich added this to the Backlog milestone Jul 16, 2024
@vbabich vbabich removed the triage label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants