next up previous
Next: Three-Dimensional Plots Up: Plotting with Maple Previous: Plotting with Maple

Two-Dimensional Plots

There are several types of two-dimensional plots in Maple. They provide for the plotting of the graph of a function of one variable, of a data set, of a parametrically defined curve, and of an implicitly defined curve. Here are the most frequently used two-dimensional plotting commands.

plot

implicitplot
If a curve is defined implicitly by (k a constant), that is, the curve is the set of points in the domain that satisfy this equation, use:
        implicitplot(g(x,y) = k, x=a..b,y=c..d);
Example: implicitplot( x^2+y^2=1, x=-1..1, y=-1..1 );



next up previous
Next: Three-Dimensional Plots Up: Plotting with Maple Previous: Plotting with Maple



Bob Hesse
Wed Oct 23 21:17:40 CDT 1996