DataSets[Builtin][WorldMap]
SetView
specify the view frame for a WorldMap object
Calling Sequence
Parameters
Description
Examples
Compatibility
SetView(m,left,bottom,right,top);
m
-
a WorldMap object
left, bottom, right, top
the respective edges of the view frame
The SetView command changes the view frame of m to the specified parameters.
These parameters correspond to the projected plot coordinates, which vary by projection. Keep this in mind when using this function.
It is permitted to set the view beyond the maximum extents of the map.
For some projections, setting the view beyond the regular maximum extents of the map allows the display of another copy of the map to the right of the original copy. This can be useful for, for example, displaying the Pacific Ocean in the center of the map.
m≔DataSets:-Builtin:-WorldMap⁡
m≔PLOT⁡...A map of the worldprojection: MillerCylindrical
Display⁡m
Display the Pacific Ocean in the center of the map.
SetView⁡m,50,−132,410,132:
The DataSets[Builtin][WorldMap][SetView] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
SetCenter
WorldMap
ZoomIn
Download Help Document