Problem using circles as marker type when linewidth > 0.5 (default)... using Matlab R2018a

9 views (last 30 days)
I would like to plot a graph showing two different data sets, using circles for one set and squares for the other. However, when I make the linewidth corresponding to the circles larger than the default value of 0.5, these circles are rendered incompletely (see attached .fig file).
  6 Comments
Peter Stephen
Peter Stephen on 13 Sep 2018

There is no resolution issue for .svg, .pdf and .emf formats, so it seems opengl software has done the trick! Thanks again.

Sign in to comment.

Accepted Answer

OCDER
OCDER on 12 Sep 2018
Try this:
set(gcf, 'renderer', 'painters')
If that works, set the default too:
set(0, 'DefaultFigureRenderer', 'painters')
  3 Comments

Sign in to comment.

More Answers (0)

Categories

Find more on Printing and Saving 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!