How to use really small dots in scatter plots?

40 views (last 30 days)
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

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 7 Jul 2015
h=plot(1:10,1:10,'.');
set(h,'markersize',4)

Community Treasure Hunt

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

Start Hunting!