summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-02-04 15:18:44 +0100
committerMaria Matejka <mq@ucw.cz>2022-02-04 15:18:44 +0100
commitd62a3d0274b9c1ccfbbc4302bb2ca56159696f8b (patch)
tree3d6db13ced84ccf92dcc989c3ff3492b9c51ab42
parentb554457e5e99f2a5e9ac70bbd866384299dc2f14 (diff)
Thread performance: Moved graph key to left top corner where it fits better
-rw-r--r--doc/threads/stats-filter-2d.pl2
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