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

Online Help

All Products    Maple    MapleSim


MTM[ezcontour], MTM[ezcontourf]

2-D contour plotting

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ezcontour(f)

ezcontour(f,[min,max])

ezcontour(f,[xmin,xmax,ymin,ymax])

ezcontour(f,...,gridsize)

ezcontourf(f)

ezcontourf(f,[min,max])

ezcontourf(f,[xmin,xmax,ymin,ymax])

ezcontourf(f,...,gridsize)

Parameters

f

-

2-variable algebraic expression

min, max

-

(optional) numeric

xmin, xmax, ymin, ymax

-

(optional) numeric

gridsize

-

(optional) integer

Description

• 

The ezcontour and ezcontourf commands use contourplot to generate a 2-D contour plot.  ezcountourf generates a filled contour plot.

• 

When f is not a function of x and y, indets is used to find the indeterminates.  The range limits correspond to the order of alphabetically sorted indeterminates.

• 

xmin, xmax, ymin, and ymax denote the limits of x and y. A short-hand of min and max can be used when xmin = ymin and xmax = ymax.  When omitted, the default range is -Pi..Pi.

• 

Specifying the gridsize option generates a plot over the grid region, gridsize x gridsize.  By default, gridsize is 60.

Examples

withMTM:

ezcontoursinxy,3,3

ezcontourfsinxy,3,3,15

ezcontourf5xx2+y2+1,3,3,3,3,15

See Also

contourplot

indets

MTM[ezplot]

MTM[ezplot3]

MTM[ezpolar]

MTM[ezsurf]

MTM[ezsurfc]

MTM[ezmesh]

MTM[ezmeshc]

plot