Re: Options Question ver 8
- To: mathgroup at smc.vnet.net
- Subject: [mg127061] Re: Options Question ver 8
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Wed, 27 Jun 2012 04:12:12 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201206260849.EAA06954@smc.vnet.net>
On my Mac with Mathematica 8.0.4.0 there are no duplicates of the Method option. $Version "8.0 for Mac OS X x86 (64-bit) (October 5, 2011)" Select[Options[#], #[[1]] === Method &] & /@ {DensityHistogram, ListPointPlot3D, ProbabilityPlot, ProbabilityScalePlot, QuantilePlot, SmoothDensityHistogram, SmoothHistogram, SmoothHistogram3D} {{Method -> Automatic}, {Method -> Automatic}, {Method -> Automatic}, {Method -> Automatic}, {Method -> Automatic}, {Method -> Automatic}, {Method -> Automatic}, {Method -> Automatic}} Bob Hanlon On Tue, Jun 26, 2012 at 4:49 AM, Dana DeLouis <dana01 at me.com> wrote: > Hello. I was wondering if anyone could explain the following behavior. > On my system, (Mac, Ver 8) if I look at the options for ListPointPlot3D, I see the option for Method listed twice. > The code I was working with tried to find symbols with certain options. > For example, looking for the option "Method" at the top level, found the option listed twice in the following 8 symbols. > > {DensityHistogram, ListPointPlot3D, ProbabilityPlot, > ProbabilityScalePlot, QuantilePlot, SmoothDensityHistogram, > SmoothHistogram, SmoothHistogram3D} > > For example: > > Options[ListPointPlot3D] > > AlignmentPoint->Center > etc... > Lighting->Automatic > Method->Automatic > Method->Automatic > PlotLabel->None > etc... > > Another... > > Options[DensityHistogram] > > AlignmentPoint->Center > etc... > Method->Automatic > Method->Automatic > PerformanceGoal:>$PerformanceGoal > etc... > > > Again, I am just curious. > I see that they are all Plotting functions. Hmmm ?? > > = = = = = = = = = = > Dana DeLouis > Mac & Mac 8 > = = = = = = = = = = > > -- Bob Hanlon
- References:
- Options Question ver 8
- From: Dana DeLouis <dana01@me.com>
- Options Question ver 8