Printing circles using vector output results in aproximated circles with segmented lines
Show older comments
Lately, with release 2014b, I haven't been able to print actual circles in any vector based format (I tried pdf, eps, svg). Instead I get a series of segmented lines which approximate the circle (after zooming in):

I tried both the regular print function as well as the export_fig function on File Exchange. I've also tried increasing the resolution of the pdf, using the scatter command, and trying different sizes of circles.
plot(0,0,'ob')
print('uu.pdf','dpdf')
scatter(0,0,'b')
export_fig('uu.pdf')
I used to be able to generate true circular objects in pdfs. Can anyone confirm this behavior? Is there any way to force circular objects to be printed in pdf?
Answers (1)
Categories
Find more on Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!