Add current stats.
This commit is contained in:
parent
b568de15c2
commit
6facd2a2cc
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
set terminal pngcairo size 1000,600
|
set terminal pngcairo size 1000,600
|
||||||
set title "Members stats"
|
set title "Members stats"
|
||||||
set output 'members-base-stats.png'
|
set output 'members-base-stats-2023-11.png'
|
||||||
|
|
||||||
src='members-base-stats.data'
|
src='members-base-stats-2023-11.data'
|
||||||
|
|
||||||
set timefmt "%Y-%m"
|
set timefmt "%Y-%m"
|
||||||
set xdata time
|
set xdata time
|
||||||
|
@ -15,8 +15,8 @@ set grid
|
||||||
|
|
||||||
set key out right
|
set key out right
|
||||||
|
|
||||||
plot[][0:] \
|
plot[1420066800:][0:] \
|
||||||
src u 1:3 w l t 'active', \
|
src u 1:3 w l lw 2 t 'active', \
|
||||||
src u 1:4 w l t 'suspended', \
|
src u 1:4 w l t 'suspended', \
|
||||||
src u 1:5 w l t 'students', \
|
src u 1:5 w l t 'students', \
|
||||||
src u 1:6 w l t 'destroyed'
|
src u 1:6 w l t 'destroyed'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue