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: [mg50690] Re: [mg50637] anyone else have same problems? partition grahics
  • From: sean kim <sean_incali at yahoo.com>
  • Date: Fri, 17 Sep 2004 01:15:59 -0400 (EDT)
  • Reply-to: sean_incali at yahoo.com
  • Sender: owner-wri-mathgroup at wolfram.com

yes david, 

even if I preload the graphics package, the
DisplayTogetherArray as used below doesn't work on
windows but works on mac. ( apparently)  

For me, it just brings back a blank GraphicsArray
object. 

I'm trying to figure out if something happened to my
install or if this is also occuring to other people. 

Show[GraphicsArray[g]] stil has problems because it
shows only the first 2 graphs in one row ( did that
happen for you too? or do you see two rows graphs? ) 

thanks for any insights

sean 



--- David Park <djmp at earthlink.net> wrote:

> Sean,
> 
> Do you mean...
> 
> Needs["Graphics`Graphics`"]
> 
> 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]}, 1]
> 
> Show[GraphicsArray[g]]
> 
> 
> David Park
> djmp at earthlink.net
> http://home.earthlink.net/~djmp/ 
> 
> From: sean kim [mailto:sean_incali at yahoo.com]
To: mathgroup at smc.vnet.net
> 
> 
> 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
> 
> 
> 
> 



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


  • Prev by Date: Re: Technical Publishing Made Easy with New Wolfram Publicon Software
  • Next by Date: Re: Primed Variables in Mathematica
  • Previous by thread: Re: anyone else have same problems? partition grahics
  • Next by thread: creating help topic