Painters and openGL Renderer - shift marker or blurr marker in print to .pdf
2 次查看(过去 30 天)
显示 更早的评论
I am plotting a circle marker [plot(...'o'...)] and then overprinting whiskers [plot(...'-'...)] in the horizontal and vertical directions.
When I print with the Painters renderer, the marker is shifted. So the crosshairs of the whiskers are no longer centered (see painters.png).
filename=['test79']; print(gcf, '-painters', '-dpdf', [filename,'.pdf']);
When I print with the opengl renderer, the image is degraded(undesired) and blurry, but the crosshairs are centered (desired) (see opengl.png).
Is there a way to obtain both a high quality pdf with proper marker orientation? Any help would be greatly appreciated.
Thank you.
2 个评论
Mukul Rao
2017-12-5
Hi, can you share your version of MATLAB and code snippet to reproduce this issue?
回答(1 个)
Mukul Rao
2017-12-6
Hi, what you describe is indeed an unexpected behavior with printing that has been fixed in MATLAB R2017b.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!