Is it possible to change the dots size of a dotted line?
10 次查看(过去 30 天)
显示 更早的评论
I have a dotted line with asterisks in (X,Y). They are few points, but I would like to increase the size of the dots of the line connecting them. I tried to so it as follows but it did not work.
plot(X,Y,':*','LineWidth',10,'Color','[0 0.6 1]');
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!