File: gnuplot-workrave

package info (click to toggle)
workrave 1.10.54-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,992 kB
  • sloc: cpp: 46,596; ansic: 9,760; sh: 2,754; javascript: 1,935; makefile: 1,452; python: 973; xml: 672; objc: 455; perl: 113; cs: 70; sed: 16
file content (18 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/gnuplot

set title "Workrave"
set ylabel "Keystrokes"
set timefmt "%Y%m%d%H%M"
set format x "%Y-%m-%d"
set xtics rotate
set xdata time
set yrange [*:55000]
set autoscale ymin
set key off
set tmargin 4
set bmargin 8
set lmargin 12
set rmargin 8
set terminal png transparent medium
set output "workrave.png"
plot "workrave.out" using 1:28 smooth sbezier linewidth 3