How to make plot more visible in matlab
7 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have a plot like the attcahed file. The rectangles and lines are not wide enough. How can I make them more highlighted and larger to be seen easier. Some how Iwant to make those blue things bigger. Is it possible?
ph1 = plot(stats.Centroid(:,1), stats.Centroid(:,2), 'bs');
mah = plot(stats.EndpointX.', stats.EndpointY.', 'b');
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/273349/image.jpeg)
0 件のコメント
回答 (1 件)
Star Strider
2020 年 2 月 24 日
See the plot documentation section on Specify Line Width, Marker Size, and Marker Color. That should get you started.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!