Legends at the top center of the chart are getting closer to the "% test" line.
Move them to the left and add a box surrounding them to prevent them from interfering with the chart. Signed-off-by: Akira Yokosawa <[email protected]> --- CodeSamples/formal/data/plot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CodeSamples/formal/data/plot.sh b/CodeSamples/formal/data/plot.sh index 93b13494..c8661284 100644 --- a/CodeSamples/formal/data/plot.sh +++ b/CodeSamples/formal/data/plot.sh @@ -22,7 +22,8 @@ set y2range [0:50] set style data histogram set style histogram rowstacked set style fill solid 0.7 noborder -set key top center +#set key top center +set key at 50,39000 box 3 # Set linestyle 1 set style line 1 \ linetype 1 linewidth 0.5 \ -- 2.43.0
