Is it possible to set marker line width?
Show older comments
I want to use x and + marks with scatter but with bolder marks. Is it possible?
Answers (2)
Kaushik Lakshminarasimhan
on 8 Oct 2017
scatter(X,Y,'+','LineWidth',2)
Tiago Dias
on 12 Dec 2017
0 votes
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??
1 Comment
Chien Yufang
on 3 Jan 2018
You can draw two times, one for line, one for marker.
Categories
Find more on Scatter Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!