Matlab 2018b clipping markers when exporting a figure
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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:)![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/212158/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/212158/image.png)
Thanks!
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!