Hi all,

I'm trying to the create the attached graph, but I'd like to consolidate the legend such that, for example, the blue line and blue dots correspond to "steve" only once. I'm not sure how to do this with the legend options. Is there a way of accomplishing this?

Array

I am currently using the somewhat primitive optioning:

Code:
legend(order(1 "steve"  2 "steve" 3 "jerry" 4 "jerry" 5 "chris" 6 "chris" 7 "helen" 8 "helen") cols(2) pos(6))