MathGroup Archive 2004

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

Search the Archive

Re: anyone else have same problems? partition grahics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50662] Re: anyone else have same problems? partition grahics
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 15 Sep 2004 07:54:38 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <ci8m7c$bpa$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

i works with my Mathematica 5.0.1

except that the third pi-chart is dropped due
to your Partition[__,2] with a list of 3 elements.

Regards
  Jens

sean kim wrote:
> 
> Hello group,
> 
> I've been trying to get this to work but apparently
> this works on mac but not on windows? or is it just
> me?
> 
> g = Partition[{PieChart[{.2,.3,.1}, DisplayFunction->
> Identity], PieChart[{.2,.3,.1},PieExploded->All,
> DisplayFunction->
> Identity],PieChart[{.2,.3,.1},PieExploded->{{3,.2}},
> DisplayFunction-> Identity]}, 2]
> 
> DisplayTogetherArray[g, DisplayFunction->
> $DisplayFunction ]
> 
> above produces a blank GraphicsArray object.
> 
> where as
> 
> g = Partition[{PieChart[{.2, .3, .1}, DisplayFunction
> -> Identity], PieChart[{.2, .3, .1}, PieExploded ->
> All, DisplayFunction -> Identity], PieChart[{.2, .3,
> .1}, PieExploded -> {{3, .2}}, DisplayFunction ->
> Identity], PieChart[{.2, .3, .1}, PieExploded -> {{3,
> .2}}, DisplayFunction -> Identity]}, 2]
> 
> Show[GraphicsArray[g]]
> 
> works.
> 
> I do not understand what's going on here?
> 
> thanks in advance for any insights.
> 
> sean
> 
> 
> _______________________________
> Do you Yahoo!?
> Declare Yourself - Register online to vote today!
> http://vote.yahoo.com


  • Prev by Date: Re: Viewing real solution out of Root[#] output
  • Next by Date: Re: Technical Publishing Made Easy with New Wolfram Publicon Software
  • Previous by thread: anyone else have same problems? partition grahics
  • Next by thread: Re: anyone else have same problems? partition grahics