Matlab 2018b clipping markers when exporting a figure

조회 수: 5 (최근 30일)
Matan Mazor
Matan Mazor 2019년 4월 5일
편집: Matan Mazor 2019년 4월 5일
Hey all,
I'm working with Matlab 2018b and when exporting my scatter plot to an image file some of the markers are clipped in a strange way:
figure;
scatter(1:8,1:8,40:40:320,'filled');
print('test','-dpng','-r600');
(see markers 7 and 9:)
Thanks!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by