handle tick line in 3D mesh plot
2 views (last 30 days)
Show older comments
Hi everyboy, Is it possible to change the tick size of mesh lines?
0 Comments
Accepted Answer
Sean de Wolski
on 11 Nov 2013
As in modifying the 'LineWidth' of a mesh plot?
h = mesh(magic(5));
set(h,'LineWidth',3);
If not, please clarify the question.
0 Comments
More Answers (1)
See Also
Categories
Find more on 2-D and 3-D 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!