Re: ImplicitPlot options (undocumented)
- To: mathgroup at smc.vnet.net
- Subject: [mg14465] Re: [mg14462] ImplicitPlot options (undocumented)
- From: BobHanlon at aol.com
- Date: Fri, 23 Oct 1998 20:58:44 -0400
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 10/21/98 4:54:40 AM, ErsekTR at navair.navy.mil wrote: >Recent messages under the subject "shading implicit plot" discussed the >use of the option ColorFunction with the ImplicitPlot package. I was >surprised ImplicitPlot uses the ColorFunction option because it isn't >included in the list returned by Options[ImplicitPlot]. > >After studying the code for the package and doing some investigating I >found other options ImplicitPlot can use. In particular ImplicitPlot >will take the options ColorFunction, Compiled, ContourLines, >ContourShading, ContourStyle, FormatType, ImageSize, and TextStyle even >though they aren't returned by Options[ImplicitPlot]. Use of each of >these options except Compiled is demonstrated below. The on-line documentation for Graphics`ImplicitPlot` states that "Both methods can accept standard graphics options; the Solve method accepts the options of Plot, while the ContourPlot method accepts ContourPlot options." Options[ContourPlot] lists all of the options that you have listed. Bob Hanlon