Not able to render symbols properly in legends
1 view (last 30 days)
Show older comments
abhimanyu dubey
on 11 May 2023
Answered: Nirupama Nagarathinam
on 22 May 2023
Hello,
- Upon closer inspection of this figure we can observe that I've used same symbol twice.
- One with no marker face color, and other one with with the same filled color as the symbol.
- But the two smbols are not very clearly visible in the legend.
- For your reference I've also attached the corresponding '.fig' file. One can open it and then zoom in for inspecting closely.
So I've two things questions regarding this situation.
- How can I improve the symbols rendered in the legend so that it clearly shows, with no ambiguity the symbols with and without face color.
- Any other idea for how can I represent these results in a better way maybe ? or atleast visually better ?
Thanks for your time.
0 Comments
Accepted Answer
Nirupama Nagarathinam
on 22 May 2023
For "errorbar" type of plots, the legends will contain the combination of marker symbol, line type and the vertical line indicating the error (for this case). Since there are two lines one horizontal and the other vertical going across the marker and the line width is set to 1.5, the markers without face color appears as if it is filled in the legend.
I would advice you to use different colors using different RGB combinations, one color for one legend instead of the markers with and without face color.
0 Comments
More Answers (0)
See Also
Categories
Find more on Legend in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!