chubbymaggie / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Pynoptic edge label rounding #346

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The time delta outputs on the edges of pynoptic's final output graph are often 
unreadable due the combination of including all available significant figures.  
To make these shorter, choose some number of sig figs to which we should round. 
 Java defaults to scientific notation at reasonable times, and we should 
probably be sure to retain this behavior but simply with fewer sig figs.

Necessary edits will likely be contained within GraphExportFormatter and its 
subtypes and possibly within GraphExporter.

Original issue reported on code.google.com by tonyohm...@gmail.com on 9 Oct 2013 at 2:54

GoogleCodeExporter commented 9 years ago
Merged into default with revision f2637c4cb3de

Original comment by tonyohm...@gmail.com on 24 Oct 2013 at 9:24