splot 0.1.9 → 0.1.10
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- Tools/StatePlot.hs +2/−0
- splot.cabal +1/−1
Tools/StatePlot.hs view
@@ -132,6 +132,8 @@ " Use 1 or so if you have a lot of them.", " -tf - time format, as in http://linux.die.net/man/3/strptime but with ", " fractional seconds supported via %OS - will parse 12.4039 or 12,4039",+ " Also, %^[+-][N]s will parse seconds since the epoch, for example ",+ " %^-3s are milliseconds since the epoch (N can only be 1 digit)", " -tickInterval - ticks on the X axis will be this often (in millis).", " -sort SORT - sort tracks by SORT, where: 'time' - sort by time of first event, ", " 'name' - sort by track name.",
splot.cabal view
@@ -1,5 +1,5 @@ Name: splot-Version: 0.1.9+Version: 0.1.10 License: BSD3 License-file: LICENSE Copyright: Eugene Kirpichov, 2010