How do I change the line width in a contourslice plot?
Show older comments
Take for example
[X,Y,Z,V] = flow;
zslice = 0;
s=contourslice(X,Y,Z,V,[],[],zslice)
grid on
I want the lines in the contourslice plot to be thicker, as I would them change in a regular contour plot via the LineWidth property. However, the contourslice object (called s here) does not have this property.
Accepted Answer
More Answers (0)
Categories
Find more on Surface and Mesh 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!