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 the visualization in case of a signal with only one datapoint #91

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

GiulioRomualdi
Copy link
Member

This pull request includes changes to improve data handling and plotting in the robot_log_visualizer module. The most important changes include ensuring that numerical data arrays have at least one dimension and adding a marker for single data points in plots.

Screencast.from.18-12-2024.17.48.02.webm

… in MatplotlibViewerCanvas in case of signal with only one datapoint
@GiulioRomualdi
Copy link
Member Author

To be merged after #92

@GiulioRomualdi
Copy link
Member Author

cc @claudia-lat @dariosortino

@GiulioRomualdi GiulioRomualdi changed the title Fix the visualization in case a signal with only one datapoint Fix the visualization in case of a signal with only one datapoint Dec 18, 2024
@GiulioRomualdi GiulioRomualdi linked an issue Dec 18, 2024 that may be closed by this pull request
@GiulioRomualdi GiulioRomualdi merged commit 3f26b66 into main Dec 18, 2024
6 of 9 checks passed
@GiulioRomualdi GiulioRomualdi deleted the fix/single_point_signal branch December 18, 2024 21:29
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.

Catch exception when signal has 1 sample
2 participants