How to make plot more visible in matlab
조회 수: 8 (최근 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');
댓글 수: 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!