colorbar problem in 2014b when printing pdf

When I make a colorbar and print as pdf, it has an artifact that looks like a white dashed line. I think it is where two parts of the colorbar image meet. Any ideas for a work around?
colorbar
print('-dpdf','test.pdf')

2 Comments

Interesting. I get the same result.
I also have this problem. Has anyone found a workaround for it? It is quite incredible how often Mathworks manage to introduce new problems with their updates.

Sign in to comment.

Answers (3)

Jan
Jan on 28 Dec 2014
Edited: Jan on 28 Dec 2014
Is this a problem of Matlab or does it depend on the PDF viewer? See http://www.mathworks.com/matlabcentral/answers/15388-artifacts-in-figures-exported-as-pdf-from-matlab .

3 Comments

Good question. It does not seem to depend on the viewer (or the smoothing options).
Beautiful!!! First time I have found someone actually point the way to the fix. Thank you.
Sorry, but fixing the pdf viewer is not a satisfactory answer, given that that most pdf viewer are configured by default to make this deffect appears... WRONG answer!

Sign in to comment.

In matlab2016, adding the following line removes the dashed line in the colorbar, although the size of the output file changes:
set(gcf, 'Renderer', 'opengl') % remove grids for contourf and the dashed line in colorbar when saving pdf/eps. in matlab2016a.
It might also work for matlab2014b.

2 Comments

I can confirm that the default pdf created in 2015a still has the artifact and that using the OpenGL renderer removes it. Using the OpenGL renderer also means you get a bitmap embedded in a pdf, so poorer quality.
Yes, but the quality get so poor that it doesn't worth anymore to export as a vecrorized graphics...

Sign in to comment.

And I've confirmed that Matlab 2016a still has the artifact if vector graphics are used (no embedded bitmap). Sad.

Categories

Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange

Products

Asked:

on 26 Nov 2014

Commented:

on 18 Mar 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!