SetView - 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]

  

SetView

  

specify the view frame for a WorldMap object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SetView(m,left,bottom,right,top);

Parameters

m

-

a WorldMap object

left, bottom, right, top

-

the respective edges of the view frame

Description

• 

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.

Examples

mDataSets:-Builtin:-WorldMap

mPLOT...A map of the worldprojection: MillerCylindrical

(1)

Displaym

Display the Pacific Ocean in the center of the map.

SetViewm,50,132,410,132:

Displaym

Compatibility

• 

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