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

[Proposal] line_plot.py improvements #1226

Open
1 of 3 tasks
jtigue-bdai opened this issue Oct 12, 2024 · 0 comments
Open
1 of 3 tasks

[Proposal] line_plot.py improvements #1226

jtigue-bdai opened this issue Oct 12, 2024 · 0 comments
Assignees
Labels
dev team Issue or pull request created by the dev team enhancement New feature or request

Comments

@jtigue-bdai
Copy link
Collaborator

Proposal

There are a few quality of life improvements that would be good to address with the line_plot.py when it is used with the ManagerLiveVisualizers.

  1. The Legend when hovering over the plot is wrong, espcially when some series are disabled.
  2. The frame is re-rendered for each datapoint. Thus, when scrolling down (outside of the plot), it can happen that the scrolling bar "snaps-back" to the previous position, making scrolling over the plot hard.
  3. It would also be great, if we could specify the name of the series somehow, so it is not just displayed as "Series_0", Series_1, ... but i don't think this is easily possible.

Motivation

Better user experience.

Alternatives

N/A

Checklist

  • I have checked that there is no similar issue in the repo (required)

Acceptance Criteria

TBD

  • Criteria 1
  • Criteria 2
@jtigue-bdai jtigue-bdai added enhancement New feature or request dev team Issue or pull request created by the dev team labels Oct 12, 2024
@jtigue-bdai jtigue-bdai self-assigned this Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev team Issue or pull request created by the dev team enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant