Преглед на файлове

Removed unnecessary gnuplot files.

Heikki Hokkanen преди 18 години
родител
ревизия
cea9ebaa9f
променени са 3 файла, в които са добавени 0 реда и са изтрити 19 реда
  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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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