ZoomIn - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


DataSets[Builtin][WorldMap]

  

ZoomIn

  

zoom in at a focus point

  

ZoomOut

  

zoom out at a focus point

 

Calling Sequence

Parameters

ZoomIn

ZoomOut

Examples

Compatibility

Calling Sequence

ZoomIn(m)

ZoomIn(m,ref)

ZoomIn(m,p)

ZoomOut(m)

ZoomOut(m,ref)

ZoomOut(m,p)

Parameters

m

-

a WorldMap object

ref

-

a Reference to the GeoNames dataset

p

-

a list representing a point

ZoomIn

• 

The ZoomIn command zooms in the view with respect to some focus point.

• 

If only m is given, the focus point will be the current view center.

• 

If ref is supplied, ref must contain exactly one row, so that it corresponds to exactly one point.

• 

If a point p is supplied, p will be the focus point for zooming in.

• 

p must be a list of two elements. The first element in p is the longitude (x-coordinate in the Geographic projection), and the second element in p is the latitude (y-coordinate in the Geographic projection).

ZoomOut

• 

The ZoomOut command zooms out the view with respect to some focus point.

• 

If only m is given, the focus point will be the current view center.

• 

If ref is supplied, ref must contain exactly one row, so that it corresponds to exactly one point.

• 

If a point p is supplied, p will be the focus point for zooming out.

• 

p must be a list of two elements. The first element in p is the longitude (x-coordinate in the Geographic projection), and the second element in p is the latitude (y-coordinate in the Geographic projection).

Examples

refDataSets:-Builtin:-ReferenceGeonamesCountry=Canada,Name=Waterloo

ref

(1)

mDataSets:-Builtin:-WorldMapref

mPLOT...A map of the world with 3 pointsprojection: MillerCylindrical

(2)

Displaym

ZoomOutm

PLOT...A map of the world with 3 pointsprojection: MillerCylindrical

(3)

Displaym

ZoomOutm

PLOT...A map of the world with 3 pointsprojection: MillerCylindrical

(4)

Displaym

ZoomInm,ref1

PLOT...A map of the world with 3 pointsprojection: MillerCylindrical

(5)

ZoomInm,ref1

PLOT...A map of the world with 3 pointsprojection: MillerCylindrical

(6)

Displaym

Compatibility

• 

The DataSets[Builtin][WorldMap][ZoomIn] and DataSets[Builtin][WorldMap][ZoomOut] commands were introduced in Maple 2017.

• 

For more information on Maple 2017 changes, see Updates in Maple 2017.

See Also

ResetView

WorldMap