Skip to content

Conversation

@xela-95
Copy link
Member

@xela-95 xela-95 commented Nov 28, 2025

Fixes #111

@xela-95
Copy link
Member Author

xela-95 commented Nov 28, 2025

CC @giotherobot can you try if this fixes your issue?

@GiulioRomualdi
Copy link
Member

Thanks @xela-95!!

Copy link
Member

@GiulioRomualdi GiulioRomualdi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor comment! Thanks again!

Co-authored-by: Giulio Romualdi <giulio.romualdi@gmail.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR disables curve interactivity and point selection features in real-time plotting mode to prevent interference with live data updates. When the signal provider is in REALTIME mode, the code now prevents users from clicking on curves or selecting individual data points.

Key Changes:

  • Added logic to disable curve clickability and curve interaction for real-time plots
  • Added early return in mouse click handler to prevent point selection in real-time mode
  • Reordered imports (alphabetically)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@GiulioRomualdi
Copy link
Member

Merging!
Thank you!

@GiulioRomualdi GiulioRomualdi merged commit b71bded into ami-iit:main Dec 1, 2025
4 checks passed
@xela-95 xela-95 deleted the fix/pyqtgraph-realtime branch December 2, 2025 08:35
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.

Fix random points in the plot in realtime mode

3 participants