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

dx.timeline gets jumpy when using by #665

Open
alexpeters1208 opened this issue Jul 24, 2024 · 1 comment
Open

dx.timeline gets jumpy when using by #665

alexpeters1208 opened this issue Jul 24, 2024 · 1 comment
Labels
bug Something isn't working plotly-express Involves plotly-express plugin
Milestone

Comments

@alexpeters1208
Copy link
Contributor

Need 0.35.0 or higher to repro this one.

The y axis and legend of the timeline plot jumps around a ton when using by, leading to an unusable plot.

import deephaven.plot.express as dx
jobs = dx.data.jobs() # import the ticking jobs dataset

# the `by` argument is used to color the bars by another categorical variable
jobs_resource_tracking = dx.timeline(jobs, x_start="StartTime", x_end="EndTime", y="Job", by="Resource")
Screen.Recording.2024-07-24.at.4.08.10.PM.mov
@alexpeters1208 alexpeters1208 added bug Something isn't working plotly-express Involves plotly-express plugin triage labels Jul 24, 2024
@vbabich
Copy link
Contributor

vbabich commented Jul 30, 2024

Would sorting the ticking data fix the issue?

@vbabich vbabich added this to the Backlog milestone Jul 30, 2024
@vbabich vbabich removed the triage label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working plotly-express Involves plotly-express plugin
Projects
None yet
Development

No branches or pull requests

2 participants