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

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

> 

m≔DataSets:-Builtin:-WorldMap⁡

m≔PLOT⁡...A map of the worldprojection: MillerCylindrical

(1)
> 

ZoomIn⁡m,−100,40

PLOT⁡...A map of the worldprojection: MillerCylindrical

(2)
> 

ZoomIn⁡m,−100,40

PLOT⁡...A map of the worldprojection: MillerCylindrical

(3)
> 

ZoomIn⁡m,−100,40

PLOT⁡...A map of the worldprojection: MillerCylindrical

(4)
> 

Display⁡m

> 

ResetView⁡m

PLOT⁡...A map of the worldprojection: MillerCylindrical

(5)
> 

Display⁡m

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