Exporting plot3 and fill3 in pdf format renderer issue

I have a renderer issue while exporting a figure in PDF format. My Figure is a plot3 with some fill3 and when I exported it, some areas were above others and it was not as it was supposed to be.
I use the command:
print('Fig_name’,'-dpdf');
I also tried to export it with the extension ‘-deps’ and ‘-dmeta’ (for word format). In any case, the same problem has occurred. I tried to solve the problems with the input argument "renderer". When I was using "painters", I had the problem that I was explaining (some areas were above others) with each type of vector formattype. I tried with '-opengl', but as it was supposed to be, the figure was a bitmap and that’s not what I want.
I tried the extension ‘-djpeg’. My figure was exported correctly. But still, I want a vector format, not a bitmap.
Here is an example of my figure exported badly in .pdf.
print_pdf.jpeg
And here an example in .jpeg format (what I am supposed to have, but in vector).
print_jpeg.jpeg
I am using Matlab R2017a
Does anyone have an idea of what to do to correctly export the figure I want in .pdf format?
Thank you!
Mathieu

카테고리

도움말 센터File Exchange에서 Printing and Saving에 대해 자세히 알아보기

질문:

2019년 3월 28일

답변:

Jan
2019년 3월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by