I have a legend with the option area legend to draw a little rectangle in the legend instead of a line segment. There is a border around the rectangle I would like to either remove or make the same color as the actual rectangle.
How is this done?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
To hide the border both in the plot and in the legend, you should use
|
|||||
|
|
Another possibility is to change the Code
Output
|
|||||||
|



area legend– Man of One Way Feb 25 at 13:55\addplot +[fill=grey0, draw=none]– Man of One Way Feb 25 at 13:58