diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-18 14:32:35 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-18 14:32:35 +0200 |
| commit | c620d6482d25fd5945e4c4252033e580561c9b43 (patch) | |
| tree | ddab294c2d54f9ca2399924e40052bcc147d1797 /transactions_over_time.plt | |
| parent | bbbfc5fdaa710717f0643e043188e16a5975e379 (diff) | |
| download | status-c620d6482d25fd5945e4c4252033e580561c9b43.tar.gz status-c620d6482d25fd5945e4c4252033e580561c9b43.zip | |
autoscale y, prod has more data than expected
Diffstat (limited to 'transactions_over_time.plt')
| -rw-r--r-- | transactions_over_time.plt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transactions_over_time.plt b/transactions_over_time.plt index 1517f85..0aa43b5 100644 --- a/transactions_over_time.plt +++ b/transactions_over_time.plt @@ -6,7 +6,7 @@ set ylabel "transaction duration in ms"; set yrange [ 0:300 ]; set y2tics; set y2label "number of transactions within 3h"; -set y2range [ 0:3000 ]; +set autoscale y2; set datafile separator ", "; |
