diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-20 11:05:03 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-20 11:05:03 +0200 |
| commit | 66154d9a09dda180d3de00640c900504e931507d (patch) | |
| tree | 6ac9352108b105bc11001d307486f50814b2874c /objects_over_time.plt | |
| parent | 37ee795f8279cb933c8b325019f88e23b0ba3492 (diff) | |
| download | status-66154d9a09dda180d3de00640c900504e931507d.tar.gz status-66154d9a09dda180d3de00640c900504e931507d.zip | |
sum number of objects not count
Diffstat (limited to 'objects_over_time.plt')
| -rw-r--r-- | objects_over_time.plt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/objects_over_time.plt b/objects_over_time.plt index ad7585c..e3655b9 100644 --- a/objects_over_time.plt +++ b/objects_over_time.plt @@ -13,6 +13,6 @@ set datafile separator ", "; set terminal png noenhanced; set key autotitle columnhead; set output outputfile; -plot inputfile using "date":"players_count" with lines axes x1y2, \ - inputfile using "date":"matches_count" with lines axes x1y2, \ - inputfile using "date":"telemetries_count" with lines axes x1y1; +plot inputfile using "date":"players_sum" with lines axes x1y2, \ + inputfile using "date":"matches_sum" with lines axes x1y2, \ + inputfile using "date":"telemetries_sum" with lines axes x1y1; |
