File: test2.pcv

package info (click to toggle)
picviz 0.5-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 4,128 kB
  • ctags: 604
  • sloc: ansic: 3,728; perl: 851; yacc: 695; lex: 339; python: 294; sh: 234; makefile: 153
file content (16 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
header {
    title = "Test 2";
}
#engine {
#	axis_default_space="300";
#}
axes {
    timeline t [label="Timeline"];
    ipv4    i [label="Some IP value"];
    string   a ;
}
data {
   t="14:42", i="123.2.3.4", s="a" [color="red"];
   t="15:45", i="200.123.4.6", s="abcdse";
}