MathGroup Archive 2004

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

Search the Archive

anyone else have same problems? partition grahics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50637] anyone else have same problems? partition grahics
  • From: sean kim <sean_incali at yahoo.com>
  • Date: Wed, 15 Sep 2004 01:49:41 -0400 (EDT)
  • Reply-to: sean_incali at yahoo.com
  • Sender: owner-wri-mathgroup at wolfram.com

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: Primed Variables in Mathematica
  • Next by Date: Re: Log[4]==2*Log[2]
  • Previous by thread: Re: Primed Variables in Mathematica
  • Next by thread: Re: anyone else have same problems? partition grahics