How to use really small dots in scatter plots?
Afficher commentaires plus anciens
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
Réponses (1)
Azzi Abdelmalek
le 7 Juil 2015
h=plot(1:10,1:10,'.');
set(h,'markersize',4)
Catégories
En savoir plus sur Scatter Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!