0

I'm trying to plot some graphs in Matlab and I would like export the images in pdf, but when I'm doing this, there are some glitch added to the plots. For instance, look at this image.

enter image description here

To the left, we see the figure in Matlab and to the right the exported image to .pdf (from the save as button). The issue is that in the .pdf, I've got some weird shapes, especially at maxima. Does it exist a better way to export figure in .pdf without those aberrations?

I think the issue is comming from the renderer in matlab enter image description here

when I choose painters, Matlab mess up with the rendering as in the first picture. I don't know if it is possible to add some custom renderer to fix this issue?

ymmx
  • 4,769
  • 5
  • 32
  • 64
  • This may be your PDF viewer settings, try turning off any smooth anti-aliasing processing. –  Apr 27 '17 at 09:20
  • I already tried several PDF viewer but I always see the same issue. Even with another computer. – ymmx Apr 27 '17 at 09:30
  • use `export_fig` for reliable figure exporting. – Ander Biguri Apr 27 '17 at 10:12
  • Thanks, but I need to use the standard figure of Matlab because I'm using a lot of embedded tools from the figure window directly. – ymmx Apr 27 '17 at 10:29
  • Possible duplicate of [Bad rendering with Matlab and Painters (vector format)](http://stackoverflow.com/questions/43658656/bad-rendering-with-matlab-and-painters-vector-format) – David Kelley Apr 27 '17 at 21:45

0 Answers0