ResetView - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DataSets[Builtin][WorldMap]

  

ResetView

  

change the zoom and center to be the default values

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ResetView(m)

Parameters

m

-

a WorldMap object

Description

• 

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.

Examples

mDataSets:-Builtin:-WorldMap

mPLOT...A map of the worldprojection: MillerCylindrical

(1)

ZoomInm,100,40

PLOT...A map of the worldprojection: MillerCylindrical

(2)

ZoomInm,100,40

PLOT...A map of the worldprojection: MillerCylindrical

(3)

ZoomInm,100,40

PLOT...A map of the worldprojection: MillerCylindrical

(4)

Displaym

ResetViewm

PLOT...A map of the worldprojection: MillerCylindrical

(5)

Displaym

Compatibility

• 

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