Contour lines over contourf 2D matrix
3 次查看(过去 30 天)
显示 更早的评论
I would like to plot thick lines where y = n as a contour line on top of a contourf plot (like the image attached). How can I do this?
I have 3 Matrices I use to contourf: xi,yi,zi - all same dimensions (200x100). I want to use zi data to create the superimposed contours. I do not wish to set the levels within contourf as this is not useful for what I wish to do. I would like to control the contours completely seperate.
For an extra bonus point, it will be nice to have corresponding labels.
0 个评论
采纳的回答
Star Strider
2016-5-14
Use the hold function, and plot only the lines of interest using a second call to the contour (not contourf) function.
2 个评论
Star Strider
2016-5-15
My pleasure!
Not stupid — just an experiment that didn’t work out as you wanted. That’s how we learn!
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!