I have looked at the documentation but I can't find how to insert a legend or key, i.e. for a line plot with 2 or more data-series, how-to identify the series?, I could only find this for example 17 (strip chart) but I only want a line plot or box plot?
Any ideas.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have looked at the documentation but I can't find how to insert a legend or key, i.e. for a line plot with 2 or more data-series, how-to identify the series?, I could only find this for example 17 (strip chart) but I only want a line plot or box plot?
Any ideas.
Thanks
Hi,
there is no legend/key functionality provided by plplot, sorry. but you can do that easily on your own using plline() and plptex().
HTH,
Werner