Skip to content

Releases: rosmod/plotter

Version 1.2

11 Apr 21:49
Compare
Choose a tag to compare

Updates:

  • Stop using Date() for x-axis timestamp conversion. This means the time stamps will be harder to read, but will be more precise.
  • Add annotation generation from logs and display large markers where annotations exist. Clicking on the marker will toggle the annotation (which is the string that was logged.)

Version 1.1

11 Apr 15:19
Compare
Choose a tag to compare

Updated to display timestamps as actual epoch time for more precise log synchronization.

Note: Sub-millisecond timestamps will be truncated to millisecond timestamps. This is a known limitation of the JS Date format and how Plotly handles them.

Version 1.0

10 Apr 21:00
Compare
Choose a tag to compare

ROSMOD Plotter: enables plotting logs directly from files recovered or downloaded without needing to run the ROSMOD WebGME server.

Usage:

  1. Download and extract the zip according to the platform you're running
  2. Go into the extracted folder and execute ROSMOD Plotter.
  3. Right Click and select Open Log
  4. Navigate to the log file you want to load.
  5. Enjoy the plot (and repeat steps 3 and 4 for as many logs as you want to plot.

Controls:

  • Hover over plot: shows closest point on closest plot
  • Click + drag inside plot to zoom
  • Double Click inside plot to reset zoom
  • Click on legend item to hide it
  • Double click on legend item to toggle showing only it and the previous selection
  • Click on the title to toggle hiding the plot altogether
  • Click on the camera icon (shown when hovering over the upper right corner of a plot) to download a png of the plot as it is shown in the app (size and current selections etc.).