How to change vertical alignment on worldmap figure?
Show older comments
I am using the Mapping Toolbox to make a figure. My code looks roughly like this:
load korea
worldmap(map, refvec)
setm(gca,'MapProjection','mercator')
The default "x-axis" / settings for the longitude has a default VerticalAlignment set as "top". I want to change the VerticalAlignment to "baseline". I can do this by hand by editing the plot but I want to do this in a line of code. Can anyone help me?
Accepted Answer
More Answers (0)
Categories
Find more on Interact with Maps 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!