使用Gonum Plot在图外绘制图例

I’m trying to plot data with https://github.com/gonum/plot. I’ve added a legend, but sadly it goes into the middle of the data and masks it. I’ve tried adding an offset to the legend, and it becomes cropped in the resulting file.

How can I display the legend alongside the data ?

Thanks.