Przeglądaj źródła

Activate grids on y for all graphs.

Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>

[hoxu@users.sf.net: removed some unrelated changes]
Wulf C. Krueger 16 lat temu
rodzic
commit
b54e19c8c0
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7
    0
      gitstats

+ 7
- 0
gitstats Wyświetl plik

937
 unset key
937
 unset key
938
 set xrange [0.5:24.5]
938
 set xrange [0.5:24.5]
939
 set xtics 4
939
 set xtics 4
940
+set grid y
940
 set ylabel "Commits"
941
 set ylabel "Commits"
941
 plot 'hour_of_day.dat' using 1:2:(0.5) w boxes fs solid
942
 plot 'hour_of_day.dat' using 1:2:(0.5) w boxes fs solid
942
 """)
943
 """)
951
 unset key
952
 unset key
952
 set xrange [0.5:7.5]
953
 set xrange [0.5:7.5]
953
 set xtics 1
954
 set xtics 1
955
+set grid y
954
 set ylabel "Commits"
956
 set ylabel "Commits"
955
 plot 'day_of_week.dat' using 1:2:(0.5) w boxes fs solid
957
 plot 'day_of_week.dat' using 1:2:(0.5) w boxes fs solid
956
 """)
958
 """)
979
 unset key
981
 unset key
980
 set xrange [0.5:12.5]
982
 set xrange [0.5:12.5]
981
 set xtics 1
983
 set xtics 1
984
+set grid y
982
 set ylabel "Commits"
985
 set ylabel "Commits"
983
 plot 'month_of_year.dat' using 1:2:(0.5) w boxes fs solid
986
 plot 'month_of_year.dat' using 1:2:(0.5) w boxes fs solid
984
 """)
987
 """)
996
 set format x "%Y-%m"
999
 set format x "%Y-%m"
997
 set xtics rotate by 90 15768000
1000
 set xtics rotate by 90 15768000
998
 set bmargin 5
1001
 set bmargin 5
1002
+set grid y
999
 set ylabel "Commits"
1003
 set ylabel "Commits"
1000
 plot 'commits_by_year_month.dat' using 1:2:(0.5) w boxes fs solid
1004
 plot 'commits_by_year_month.dat' using 1:2:(0.5) w boxes fs solid
1001
 """)
1005
 """)
1009
 set output 'commits_by_year.png'
1013
 set output 'commits_by_year.png'
1010
 unset key
1014
 unset key
1011
 set xtics 1 rotate by 90
1015
 set xtics 1 rotate by 90
1016
+set grid y
1012
 set ylabel "Commits"
1017
 set ylabel "Commits"
1013
 set yrange [0:]
1018
 set yrange [0:]
1014
 plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid
1019
 plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid
1025
 set xdata time
1030
 set xdata time
1026
 set timefmt "%Y-%m-%d"
1031
 set timefmt "%Y-%m-%d"
1027
 set format x "%Y-%m-%d"
1032
 set format x "%Y-%m-%d"
1033
+set grid y
1028
 set ylabel "Files"
1034
 set ylabel "Files"
1029
 set xtics rotate by 90
1035
 set xtics rotate by 90
1030
 set ytics autofreq
1036
 set ytics autofreq
1043
 set xdata time
1049
 set xdata time
1044
 set timefmt "%s"
1050
 set timefmt "%s"
1045
 set format x "%Y-%m-%d"
1051
 set format x "%Y-%m-%d"
1052
+set grid y
1046
 set ylabel "Lines"
1053
 set ylabel "Lines"
1047
 set xtics rotate by 90
1054
 set xtics rotate by 90
1048
 set bmargin 6
1055
 set bmargin 6