tag:github.com,2008:https://github.com/rosmod/plotter/releases Release notes from plotter 2017-04-11T21:34:38Z tag:github.com,2008:Repository/87755686/v1.2 2017-04-11T21:49:41Z Version 1.2 <p>Updates:</p> <ul> <li>Stop using <code>Date()</code> for x-axis timestamp conversion. This means the time stamps will be harder to read, but will be more precise.</li> <li>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.)</li> </ul> finger563 tag:github.com,2008:Repository/87755686/v1.1 2017-04-11T15:19:52Z Version 1.1 <p>Updated to display timestamps as actual epoch time for more precise log synchronization.</p> <p><strong>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.</strong></p> finger563 tag:github.com,2008:Repository/87755686/v1.0 2017-04-10T21:00:23Z Version 1.0 <p>ROSMOD Plotter: enables plotting logs directly from files recovered or downloaded without needing to run the ROSMOD WebGME server.</p> <p>Usage:</p> <ol> <li>Download and extract the zip according to the platform you're running</li> <li>Go into the extracted folder and execute <code>ROSMOD Plotter</code>.</li> <li><em>Right Click</em> and select <code>Open Log</code></li> <li>Navigate to the log file you want to load.</li> <li>Enjoy the plot (and repeat steps 3 and 4 for as many logs as you want to plot.</li> </ol> <p>Controls:</p> <ul> <li>Hover over plot: shows closest point on closest plot</li> <li>Click + drag inside plot to zoom</li> <li>Double Click inside plot to reset zoom</li> <li>Click on legend item to hide it</li> <li>Double click on legend item to toggle showing only it and the previous selection</li> <li>Click on the title to toggle hiding the plot altogether</li> <li>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.).</li> </ul> finger563