DataSets[Builtin][WorldMap]
ResetView
change the zoom and center to be the default values
Calling Sequence
Parameters
Description
Examples
Compatibility
ResetView(m)
m
-
a WorldMap object
The ResetView command resets the zoom and center of m to the default state.
The default view is determined based on the points stored in m. If m contains no point, the default view includes the entire world.
m≔DataSets:-Builtin:-WorldMap
m≔PLOT...A map of the worldprojection: MillerCylindrical
ZoomInm,−100,40
PLOT...A map of the worldprojection: MillerCylindrical
Displaym
ResetViewm
The DataSets[Builtin][WorldMap][ResetView] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
SetCenter
SetView
WorldMap
ZoomIn
ZoomOut
Download Help Document