Implicitplot for lists of curves - Maple Application Center
Application Center Applications Implicitplot for lists of curves

Implicitplot for lists of curves

Author
: Carl DeVore
Engineering software solutions from Maplesoft
This Application runs in Maple. Don't have Maple? No problem!
 Try Maple free for 15 days!
It is a commonly reported annoyance that implicitplot does not work for lists of curves. The first argument can be a set of curves, but not a list. There is no real reason for this other than bad design. That makes it difficult to plot, for example, a list of curves each in a different color. The procedure presented below corrects that. There are nine options to implicitplot which are applicable to the individual curves rather than the plot as a whole: color, coords, legend, linestyle, numpoints, style, symbol, symbolsize, and thickness . If any of these options are present with a list on the right side, then my procedure applies the kth member of the list to a kth curve. If the option is present without a list, then that option is applied to all the curves. If the color option is not specified, then my procedure uses the same sequence of colors as used by plot .

Application Details

Publish Date: April 23, 2002
Created In: Maple 7
Language: English

More Like This

Animation of Taylor and Maclaurin series converging to their generated functions
Solving constraint satisfaction problems II: More difficult logic problems
Drawing well-labelled diagrams; Maple assumptions
Contour plots for three-ingredient mixing problems
Improved logarithmic plotting in 2 and 3 dimensions
Inverse functions, their tangent lines, and their derivatives
Animation of Newton's Method
Solving constraint satisfaction problems I: Logic problems
Solving constraint satisfaction problems IV: Combinatorial square coloring
Solving constraint satisfaction problems III: Paint by numbers
Using the new bounding interval for the Integral Test to Approximate Series
Integer root extraction and perfect-power detection via p-adic Newton-Hensel lifting