MathGroup Archive 2009

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

Search the Archive

Re: Re: comparable sizes across BubbleCharts

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104333] Re: [mg104312] Re: comparable sizes across BubbleCharts
  • From: Ariel Sepúlveda <sepulveda.cuevas at gmail.com>
  • Date: Wed, 28 Oct 2009 04:06:30 -0500 (EST)

PrioritizationPlot is type of BubblePlot designed to portray up to five
variables in a two dimensional plot.  This is done by automatically creating
an array of bubble plots provided the right input data and options.  In this
plot MaxBubbleSize, MinBubbleSize, and DefaultBubbleSize are options used to
make bubble size comparable among different plots.  You may want to check
the other 17 options for PrioritizationPlot in this link:
http://www.prontoanalytics.com/products/mxlplus/documentation.htm 

An interface to play with all plot options is provided in BEST Viewpoints
which you can get from the Wolfram Store or from this link
http://www.prontoanalytics.com/products/viewpoints/introduction.htm.


-----Original Message-----
From: Sjoerd C. de Vries [mailto:sjoerd.c.devries at gmail.com] 
Sent: Tuesday, October 27, 2009 5:59 AM
To: mathgroup at smc.vnet.net
Subject: [mg104333] [mg104312] Re: comparable sizes across BubbleCharts

On Oct 24, 8:43 am, mtnMan <gary.mcclell... at gmail.com> wrote:
> I am trying without success to make sizes of bubbles comparable across
> charts created by BubbleChart[].  Also, many of the Graphics options
> (such as Ticks) do not seem to work with BubbleChart despite claims in
> the documentation to the contrary.  Advice?

BubbleSizes would work. Pick the correct range for each graph based on
the size of its range in relation to those of the others and you're
set.

Cheers -- Sjoerd



  • Prev by Date: Working with Lists
  • Next by Date: Re: old vs new(V7) BarChart3D
  • Previous by thread: Re: comparable sizes across BubbleCharts
  • Next by thread: Help me