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

Improve Plot Interaction and Reduce Latency During Playback in MeTrEx #7

Open
BeatEhrmann opened this issue Aug 21, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@BeatEhrmann
Copy link
Collaborator

Description:

The interaction with the plot during playback in MeTrEx is not very fluid. Users experience noticeable latency, which affects the responsiveness and usability of the tool.

Steps to Reproduce:

  1. Start the playback within MeTrEx.
  2. Attempt to interact with the plot (e.g., zoom, pan, etc.).
  3. Notice the delay and lack of fluidity in the interaction.

Suggested Improvements:

  1. Performance Optimization: Investigate potential performance bottlenecks during playback. Optimizing how data is handled and rendered could help reduce latency.
  2. Smoothing Interaction: Implement improvements to make plot interaction (e.g., zooming, panning) more fluid and responsive, especially during heavy processing tasks.
  3. Asynchronous Updates: Consider handling plot updates asynchronously or decoupling them from heavy computations to improve real-time responsiveness.

Improving the fluidity of interaction and reducing latency during playback would enhance the user experience and make MeTrEx more efficient for analysis tasks.

@BeatEhrmann BeatEhrmann added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant