Jagged lines in scatter plot
Mostra commenti meno recenti
See image. The edges are jagged. How can I solve this?
figure
hold all
for i = 1:50
scatter(rand(1).*10,rand(1)*10,400,[0 0 0],'linewidth',rand(1).*10)
end
hold off
axis equal

MatLab 2014b Windows 8.1 Pro AMD Radeon R7 M260
Risposte (2)
I don't know how (or even if) this can be done in Matlab. Once exported as a vector graphic this should disappear (e.g. eps, pdf)
Lu Maz
il 27 Ott 2015
0 voti
Categorie
Scopri di più su Graphics Performance in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!