Search code examples
gnuplot

How to left align key text in gnuplot?


enter image description here

By default, gnuplot aligns keys on right. Since I'm putting the legend on the top right section, I'd like to align them on left.


Solution

  • You can use the Left keyword to the set key command:

    set key Left
    

    Type ? key at the gnuplot command line for more details on messing with the key.