tag:github.com,2008:https://github.com/rosmod/plotter/releasesRelease notes from plotter2017-04-11T21:34:38Ztag:github.com,2008:Repository/87755686/v1.22017-04-11T21:49:41ZVersion 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>finger563tag:github.com,2008:Repository/87755686/v1.12017-04-11T15:19:52ZVersion 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>finger563tag:github.com,2008:Repository/87755686/v1.02017-04-10T21:00:23ZVersion 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