I have a graph with several lines, each of which is marked separately. I would like to put a legend in the plot so that individual lines can be identified. The default ordering of labels and markers looks something like this:
marker: shortcut
marker: shortcut
marker: shortcut
... etc.
For various aesthetic reasons, I would like the number of columns in my legend to equal the number of rows (and labels) that I change with the ncol option. So, currently my legend looks like this:
marker: label marker: label marker: label
It would be much clearer if I had marks above the markers in this layout. I would like something like:
label label
marker marker marker
I am wondering if there is a βquick fixβ way to achieve such a legend.
source share