I have a plot which looks like this:

I would like to add a color legend, preferably outside the graph itself. So, for example, a legend with a red dot and, after it, a description of what each red point in the plot means. Similarly for blue.
i.e.
(red dot) 'description'
(blue dot) 'description'
Is there a way to do this in gnuplot?
unset keyorplot ... notitleorplot title ''or their abbreviated forms. - Christoph