Re: ImplicitPlot options (undocumented)
- To: mathgroup at smc.vnet.net
- Subject: [mg14475] Re: ImplicitPlot options (undocumented)
- From: "P.J. Hinton" <paulh>
- Date: Fri, 23 Oct 1998 20:58:53 -0400
- Organization: "Wolfram Research, Inc."
- References: <70k6h4$er6@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
On 21 Oct 1998, Ersek, Ted R wrote: > In[3]:= > ImplicitPlot[x^2+y^2==1/2,{x,0,0.75},{y,0,0.75}, > ColorFunction->(If[#<0.5, GrayLevel[0.7], GrayLevel[1]]&), > ImageSize->{200,200}, ContourLines->False, > ContourShading->True]; > I have yet to find documentation indicating that ImplicitPlot uses these > options. On 21 Oct 1998, Ersek, Ted R wrote: > I have yet to find documentation indicating that ImplicitPlot uses these > options (of ContourPlot). There is a brief blurb about the ability to use ContourPlot[] options in the documentation for the Standard AddOn Packages. If you have access to the online documentation, you may want to paste this expression into a notebook and evaluate it: FrontEndExecute[FrontEnd`HelpBrowserLookup["AddOns", {"Graphics`ImplicitPlot", "1.8"}]] -- P.J. Hinton Mathematica Programming Group paulh at wolfram.com Wolfram Research, Inc. http://www.wolfram.com/~paulh/ Disclaimer: Opinions expressed herein are those of the author alone.