Two-Dimensional Plots next up previous
Next: About this document Up: Maple for Intensive Analysis: 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 g(x,y) = h(x,y) (h could be a constant), that is, the curve is the set of points (x,y) in the domain that satisfy this equation, use:
        implicitplot(g(x,y) = h(x,y), x=a..b,y=c..d);
Note that this command is in the package plots.




Thu Jul 29 16:02:26 EDT 1999