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: switch to webgl by default for line plot #992

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

Conversation

jnumainville
Copy link
Collaborator

Fixes #991
Used code from that issue

from deephaven.plot import express as dx
from deephaven.plot.figure import Figure

_stocks = dx.data.stocks()

p = dx.line(_stocks, "Timestamp", "Random")

@jnumainville jnumainville requested a review from a team November 6, 2024 21:25
@jnumainville jnumainville self-assigned this Nov 6, 2024
@jnumainville jnumainville requested review from mattrunyon and removed request for a team November 6, 2024 21:25
mattrunyon
mattrunyon previously approved these changes Nov 6, 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.

Deephaven express: Not using WebGL for line plots
2 participants