Is it possible to set marker line width?

230 views (last 30 days)
Mr M.
Mr M. on 8 Oct 2017
Commented: Chien Yufang on 3 Jan 2018
I want to use x and + marks with scatter but with bolder marks. Is it possible?

Answers (2)

Kaushik Lakshminarasimhan
scatter(X,Y,'+','LineWidth',2)

Tiago Dias
Tiago Dias on 12 Dec 2017
Hi, With 'LineWidth",2 I change both the line and the marker width, it is possible to have a line with markers and just change the marker width??

Community Treasure Hunt

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

Start Hunting!