Why does the markers in my plot look different?
Show older comments
When I create the following figure:
>> h = plot(1:5,1:5, 'x')
>> h.MarkerSize = 20
>> h.LineWidth = 5
it results in strange and ugly looking X markers on my Mac machine. However, this does not happen after I changed my renderer to 'Painters'.
Accepted Answer
More Answers (0)
Categories
Find more on Graphics Performance 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!