File: test-penwidth.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 (13 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
header {
    title = "Test 1";
}
axes {
    timeline t;
    char     i;
    string   a;
}
data {
   t="14:42", i="123", s="foobar" [color="red",penwidth="3"];
   t="14:45", i="234", s="abcdef";
}