Function: labelledcontourplot - contour plot with labelled contours

Calling sequence:
labelledcontourplot(expr, x=a..b, y=c..d, opts)

labelledcontourplot(f, a..b, c..d, opts)

Parameters:

expr - expression in variables x and y

x, y - names

a, b - real constants

c, d - real constants, or (in the first calling sequence) expressions that may depend on x .

f - real-valued function of two variables

opts - options

Description:

Examples:

> labelledcontourplot(x^2+y^2,x=-2..2,y=-2..2,axes=boxed);

[Maple Plot]

> labelledcontourplot(x^2+y^2,x=0..1,y=0..sqrt(1-x^2),filled=true);

[Maple Plot]

> F:= (s,t) -> s-t:
labelledcontourplot(F,0..1,0..1,colour=blue,textcolour=red,font=[HELVETICA,BOLD,10]);

[Maple Plot]

See also:

contourplot , display , plot[options] , plots , printf , textplot

Maple Advisor Database R. Israel, 2000