diff options
author | Maria Matejka <mq@ucw.cz> | 2022-02-04 15:18:44 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-02-04 15:18:44 +0100 |
commit | d62a3d0274b9c1ccfbbc4302bb2ca56159696f8b (patch) | |
tree | 3d6db13ced84ccf92dcc989c3ff3492b9c51ab42 | |
parent | b554457e5e99f2a5e9ac70bbd866384299dc2f14 (diff) |
Thread performance: Moved graph key to left top corner where it fits better
-rw-r--r-- | doc/threads/stats-filter-2d.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/threads/stats-filter-2d.pl b/doc/threads/stats-filter-2d.pl index 70ce335a..59eda26b 100644 --- a/doc/threads/stats-filter-2d.pl +++ b/doc/threads/stats-filter-2d.pl @@ -93,7 +93,7 @@ set yrange [0.5:10800] set grid -set key right bottom +set key left top set output "$OUTPUT" EOF |