Skip to content

Commit 718eb9d

Browse files
committed
xtics/ytics polish
1 parent b967d66 commit 718eb9d

8 files changed

+14
-3
lines changed

API-calls-over-time.plot

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ unset border
2121
set timefmt "%Y-%m-%d"
2222
set xdata time
2323
set xtics 3600*24*365.25 nomirror rotate
24+
unset mxtics
25+
set ytics nomirror
2426

2527
set yrange [0:]
2628

added-per-line.plot

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ set grid
1818
unset border
1919
set xtics rotate 3600*24*365.25 nomirror
2020
unset mxtics
21+
set ytics nomirror
2122

2223
# time formated using this format
2324
set timefmt "%Y-%m-%d"

authorremains-top.plot

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ set pixmap 1 at screen 0.35, 0.30 width screen 0.30 behind
3232
set format x "%Y"
3333
set xtics rotate 3600*24*365.25 nomirror
3434
unset mxtics
35+
set ytics nomirror
3536
set datafile separator ";"
3637
plot 'tmp/authorremains.csv' using 1:5 with lines linestyle 4 title "1,000 lines or more", \
3738
'tmp/authorremains.csv' using 1:6 with lines linestyle 5 title "10,000 lines or more"

authorremains.plot

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ set pixmap 1 at screen 0.35, 0.30 width screen 0.30 behind
4242

4343
# set the format of the dates on the x axis
4444
set format x "%Y"
45-
set xtics rotate 3600*24*365.25 nomirror
45+
set xtics rotate 3600*24*365.25 nomirror out
4646
unset mxtics
47+
set ytics nomirror
4748
set datafile separator ";"
4849
plot 'tmp/authorremains.csv' using 1:2 with lines linestyle 1 title "one line or more", \
4950
'tmp/authorremains.csv' using 1:3 with lines linestyle 2 title "10 lines or more", \

authors.plot

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ set yrange [0:]
3737
set xrange ["2010-01-01":]
3838

3939
set xtics rotate 3600*24*365.25 nomirror
40+
unset mxtics
41+
set ytics nomirror
4042

4143
set pixmap 1 "stats/curl-symbol-light.png"
4244
set pixmap 1 at screen 0.35, 0.30 width screen 0.30 behind

todo-over-time.plot

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ set xdata time
2727
set yrange [0:]
2828
#set xrange ["2010-01-01":]
2929
set xtics 3600*24*365.25 nomirror rotate
30+
set ytics nomirror
31+
unset mxtics
3032

3133
set pixmap 1 "stats/curl-symbol-light.png"
3234
set pixmap 1 at screen 0.35, 0.30 width screen 0.30 behind

vulns-over-time.plot

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ set pixmap 1 at screen 0.35, 0.30 width screen 0.30 behind
2020

2121
# set the format of the dates on the x axis
2222
set format x "%Y"
23-
set xtics rotate 3600*24*365.25 nomirror
24-
set ytics 10
23+
set xtics rotate 3600*24*365.25 nomirror out
24+
unset mxtics
25+
set ytics 10 nomirror
2526

2627
set style line 1 \
2728
linecolor rgb '#00a06d' \

vulns-releases.plot

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ unset border
2424
set timefmt "%Y-%m-%d"
2525
set xdata time
2626
set xtics 3600*24*365.25 nomirror rotate
27+
unset mxtics
2728
set ytics 5
2829

2930
set boxwidth 0.8 relative

0 commit comments

Comments
 (0)