handle tick line in 3D mesh plot
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi everyboy, Is it possible to change the tick size of mesh lines?
댓글 수: 0
채택된 답변
Sean de Wolski
2013년 11월 11일
As in modifying the 'LineWidth' of a mesh plot?
h = mesh(magic(5));
set(h,'LineWidth',3);
If not, please clarify the question.
댓글 수: 0
추가 답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!