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

fix: strip plots now show up with default colors #919

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jnumainville
Copy link
Collaborator

Strip plots now show up with default colors

Fixes #548 although first we need plotly/plotly.js#7162

See this example (note that legend doesn't properly show up yet as per plotly.js PR)

import deephaven.plot.express as dx

stocks = dx.data.stocks()

fig_strip = dx.strip(
    stocks, 
    x="Price",
    by="Sym",
)
Screenshot 2024-10-01 at 4 58 38 PM

@jnumainville jnumainville requested a review from a team October 1, 2024 21:59
@jnumainville jnumainville self-assigned this Oct 1, 2024
@jnumainville jnumainville requested review from mattrunyon and removed request for a team October 1, 2024 21:59
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.

Strip plot does not actually render data points by default
1 participant