Set or query geographic limits
geolimits(
adjusts the geographic limits of the current geographic axes or chart to include
latitudes ranging from latlim
,lonlim
)latlim(1)
to latlim(2)
and longitudes from lonlim(1)
to lonlim(2)
. If
there is no current geographic axes or chart, geolimits
constructs a default GeographicAxes
object and sets its
limits.
[
returns the latitude limits and longitude limits of the current geographic axes or
chart.latitudeLimits
,longitudeLimits
] = geolimits
geolimits('auto')
lets the geographic axes or chart choose
its geographic limits based on its data locations.
geolimits('manual')
requests that the axes or chart preserve
its current limits as closely as possible when the map is resized or when its data
locations change.
[
adjusts the geographic limits and returns the actual limits of the map.latitudeLimits
,longitudeLimits
] = geolimits(___)
Note
Typically, the actual limits chosen by geolimits
are
greater in extent than the requested limits because
geolimits
manages the limits to maintain a correct
north-south/east-west aspect.
___ = geolimits(
operates on the geographic axes or chart specified by
gx
,___)gx
.
geoaxes
| geobasemap
| geobubble
| GeographicBubbleChart Properties
[1] Alignment of boundaries and region labels are a presentation of the feature provided by the data vendors and do not imply endorsement by MathWorks®.