Clear Filters
Clear Filters

Mapping tool - how to add labels to isolines

1 view (last 30 days)
peter
peter on 8 Apr 2011
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

Answers (0)

Categories

Find more on Geographic Plots in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!