diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-18 14:38:35 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-18 14:38:35 +0200 |
| commit | 37ee795f8279cb933c8b325019f88e23b0ba3492 (patch) | |
| tree | 7b98cb1779313a7c7f9096cde647156082a8f218 | |
| parent | c620d6482d25fd5945e4c4252033e580561c9b43 (diff) | |
| download | status-37ee795f8279cb933c8b325019f88e23b0ba3492.tar.gz status-37ee795f8279cb933c8b325019f88e23b0ba3492.zip | |
another attempt at autoscale
| -rw-r--r-- | objects_over_time.plt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/objects_over_time.plt b/objects_over_time.plt index 28ac983..ad7585c 100644 --- a/objects_over_time.plt +++ b/objects_over_time.plt @@ -3,10 +3,10 @@ set timefmt "%Y-%m-%dT%H:%M:%SZ"; set xdata time; set ytics nomirror; set ylabel "number of telemetry objects within 3h"; -set autoscale y; set y2tics; set y2label "number of player/match objects within 3h"; -set autoscale y2; + +set autoscale; set datafile separator ", "; |
