MathGroup Archive 2003

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

Search the Archive

Re: Fills in StackGraphics ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43239] Re: Fills in StackGraphics ?
  • From: Mike <mikeh1980 at optusnet.com.au>
  • Date: Wed, 20 Aug 2003 22:26:26 -0400 (EDT)
  • References: <bht3lf$n2k$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

I (think) I recall an example of stacked graphics with filled plots in Tom
Wickham Jones' book on mathematica graphics. That might be a place to look
if you can get your hands on a copy.


Mike


On 19/8/03 10:02 PM, in article bht3lf$n2k$1 at smc.vnet.net, "AES/newspost"
<siegman at stanford.edu> wrote:

> Trying to stack a Table of Filled Plots, as in:
> 
>   slices = Table[ FilledPlot[ f[n, x],  {x, 0, 1},  Fills -> White,
>                           DisplayFunction -> Identity], {n,0,5} ]
>   
>   Show[ StackGraphics[ slices]]
> 
> and it basically works, except I'm unable to get any Fill except what I
> guess is the Mathematica default (kind of a horrible purple).
> 
> Tried more complex versions of Fill syntax, adding "Evaluates", etc., no
> success.  What do I need to do?
> 
> [And incidentally, the Show command evaluates  _very_  slowly and
> jerkily.  Limitations of Mathematica 4.2 on iBook with OS 9.2?]
> 


  • Prev by Date: Re: a bug in mathematica 5?
  • Next by Date: Re: Comprehensive Clear ?
  • Previous by thread: Fills in StackGraphics ?
  • Next by thread: Re: Fills in StackGraphics ?