Mapping tool - how to add labels to isolines

1 次查看(过去 30 天)
I created a color plot with the mapping tool, using pcolorm. Easy. I added isolines at certain values, using contourm. Still no problem. Now I want to add labels (like 'low', 'high', 'dangerous', etc) to each line. That doesn't work somehow. I tried the same command I used in 'standard plots' (no mapping tool), e.g. set(findobj(th,'String',strtlines(1,:)),'String','LOW'); but it seems Matlab with mapping tool ignores this. Replacing set by setm results in a cryptic error message about inconsistency of operands in a logical operation.
Any tip how to solve is appreciated.
Thanks in advance, Peter

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Geographic Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by