ami-iit / robot-log-visualizer

Visualizer to display the data logged with YarpRobotLoggerDevice
BSD 3-Clause "New" or "Revised" License
22 stars 4 forks source link

Add the possibility to click on a plot and display the x and y coordinate of the associated to the point #81

Closed GiulioRomualdi closed 5 months ago

GiulioRomualdi commented 5 months ago

Thanks to this pull request, it will be possible to click on a plot and display the x and y coordinates of the point associated with the plot. This feature aims to replicate MATLAB behavior when clicking on a plot.

Clicking on a point adjacent to the selected one will remove the annotation.

The following image illustrates the result

image

FYI @isorrentino