MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

BubbleScale in BubbleChart3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127350] BubbleScale in BubbleChart3D
  • From: Eirik Larsen Følstad <eirik.foelstad at gmail.com>
  • Date: Thu, 19 Jul 2012 03:52:00 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Hi,

The BubbleScale is an option to BubbleChart3D that specifies how the 
scale of each bubble should be determined from the value of each data 
element.

Look at the example here ($Version = "8.0 for Mac OS X x86 (64-bit) 
(October 5, 2011)");

data = {{1, 1, 1, 1*^-7}, {2, 2, 2, 1*^-8}, {3, 3, 3, 1*^-9}, {4, 4, 4, 1*^-10}};
BubbleChart3D[data, BubbleScale -> "Diameter", BubbleSizes -> Medium]

How is the diameter of the bubbles actually calculated/related to the values of each data element  when the BubbleScale->"Diameter"?

/Eirik




  • Prev by Date: OptionsExplorer test is needed
  • Next by Date: No CCompiler found - MinGW-x64
  • Previous by thread: OptionsExplorer test is needed
  • Next by thread: No CCompiler found - MinGW-x64