histobin
Histobin takes files containing raw data of event occurences, and bins it for use e.g. with gnuplot to plot a histogram of the data.
Input data may look something like this:
...
341,498,151
18,670,221
629,376,371
430,199,306
247,462,23
625,321,459
179,367,114
486,159,363
581,65,569
560,115,497
606,279,664
255,648,537
...
Running the script on it will produce output like this:
...
[60..80] 261 332 291
[80..100] 285 298 268
[100..120] 276 254 283
[120..140] 293 298 317
[140..160] 273 268 308
[160..180] 314 284 312
[180..200] 255 279 271
[200..220] 295 277 286
[220..240] 264 307 325
[240..260] 270 283 285
[260..280] 290 315 274
...
CategoryCode
CategoryPerl
There are no comments on this page. [Add comment]