Przeglądaj źródła

Removed unnecessary gnuplot files.

Heikki Hokkanen 18 lat temu
rodzic
commit
cea9ebaa9f
3 zmienionych plików z 0 dodań i 19 usunięć
  1. 0
    5
      commits_by_year.plot
  2. 0
    8
      commits_by_year_month.plot
  3. 0
    6
      day_of_week.plot

+ 0
- 5
commits_by_year.plot Wyświetl plik

@@ -1,5 +0,0 @@
1
-set terminal png
2
-set size 0.5,0.5
3
-set output 'commits_by_year.png'
4
-unset key
5
-plot 'commits_by_year.dat' using 1:2 w lp

+ 0
- 8
commits_by_year_month.plot Wyświetl plik

@@ -1,8 +0,0 @@
1
-set terminal png
2
-set size 0.5,0.5
3
-set output 'commits_by_year_month.png'
4
-unset key
5
-set xdata time
6
-set timefmt "%Y-%m"
7
-set format x "%Y-%m"
8
-plot 'commits_by_year_month.dat' using 1:2 w lp

+ 0
- 6
day_of_week.plot Wyświetl plik

@@ -1,6 +0,0 @@
1
-set terminal png
2
-set size 0.5,0.5
3
-set output 'day_of_week.png'
4
-unset key
5
-set xrange [0.5:7.5]
6
-plot 'day_of_week.dat' using 1:2:(0.5) w boxes fs solid