Drawing latitude and longitude lines in matlab using Geoshow
Show older comments
I'm trying to divide up a map by drawing lines at latitudes and longitudes. I bring in the map using
geoshow('landareas.shp', 'FaceColor', [0.5 1.0 0.5]);
Then
geoshow([-150 90],[-150, -90])
But I need the line to follow the latitude or longitude line. For example, I need a line to divide up the world at longitude -150, -30 and 90
Can anyone give me a tip on how to easily accomplish this?
Thanks
-Kallie
1 Comment
Kelly Kearney
on 16 Oct 2013
Are you using a map axis, or just plotting to a regular axis?
Answers (0)
Categories
Find more on Create Plots on Maps 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!