Matlab 2018b clipping markers when exporting a figure

2 ビュー (過去 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 Center および File ExchangeAnnotations についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by