How to use really small dots in scatter plots?
Ältere Kommentare anzeigen
I tried '.' but it is still too big for me. 'LineWidth', 0 is not possible (error) I dont know if a '.' dot has an outline or not It is also good for me, if dots are small dots on the saved vectorgraphic figure and can be ugly on the MATLAB plot
Antworten (1)
Azzi Abdelmalek
am 7 Jul. 2015
h=plot(1:10,1:10,'.');
set(h,'markersize',4)
Kategorien
Mehr zu Scatter Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!