add accents in gnuplot

1

How do I put emphasis on the legend of the x and y axis of the gnuplot? already tried putting the ascii coding but it does not work

Axis label x

set xlabel "Iterations" font "Helvetica, 20"

I need the word to be "interactions"

    
asked by anonymous 12.04.2017 / 19:37

1 answer

1

Run the code before plotting:

set encoding utf8
    
26.04.2017 / 14:58