Move plot legend to lower right
This commit is contained in:
parent
362416f8aa
commit
1096808f65
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ set title " Job ID $id
|
|||
set title noenhanced
|
||||
set xlabel "time since jobstart [s]"
|
||||
set ylabel "power [W]"
|
||||
set key left top
|
||||
set key bottom right
|
||||
set grid
|
||||
|
||||
do for [t in ts ] {
|
||||
|
|
Loading…
Reference in a new issue