Skip to content

fix: Can't pass both x and y to violin, box and strip#699

Merged
jnumainville merged 2 commits intodeephaven:mainfrom
jnumainville:451_x_y_violin
Aug 8, 2024
Merged

fix: Can't pass both x and y to violin, box and strip#699
jnumainville merged 2 commits intodeephaven:mainfrom
jnumainville:451_x_y_violin

Conversation

@jnumainville
Copy link
Copy Markdown
Collaborator

Fixes #451
This was already mostly supported, just needed to remove the exception and fix a small error.

Here is an example

import deephaven.plot.express as dx

iris = dx.data.iris()
violin_x = dx.violin(iris, x="PetalLength", y="Species")

@jnumainville jnumainville requested a review from mofojed August 5, 2024 16:20
@jnumainville jnumainville merged commit 70c1805 into deephaven:main Aug 8, 2024
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.

Cannot specify both x and y in Deephaven express dx.violin

2 participants