colorbar problem in 2014b when printing pdf

5 views (last 30 days)
Michael
Michael on 26 Nov 2014
Commented: Leo OfNature on 18 Mar 2019
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
Chad Greene
Chad Greene on 26 Nov 2014
Interesting. I get the same result.
Christopher Benwell
Christopher Benwell on 19 Oct 2016
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
Travis
Travis on 8 Jan 2015
Beautiful!!! First time I have found someone actually point the way to the fix. Thank you.
Leo OfNature
Leo OfNature on 18 Mar 2019
Edited: Leo OfNature on 18 Mar 2019
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.


Bing Yuan
Bing Yuan on 31 May 2016
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
Michael
Michael on 31 May 2016
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.
Leo OfNature
Leo OfNature on 18 Mar 2019
Yes, but the quality get so poor that it doesn't worth anymore to export as a vecrorized graphics...

Sign in to comment.


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

Categories

Find more on Colormaps in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!