MathGroup Archive 2013

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

Search the Archive

RegionPlot and Show

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130219] RegionPlot and Show
  • From: Ilinca <ilinca.s at gmail.com>
  • Date: Fri, 22 Mar 2013 04:17:01 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Hi All, 

I have a couple of questions.

1. If I generate a sequence of plots in a loop with index i and I name the plots A[i], can I use Show in a smarter way than actually listing all myself ?
E.g., I would like that instead of 
Show[A[1],A[2], etc...]
to be able to type something like 
Show[A[i] for all i in a range]

2. Now say that each A[i] is a regionplot. I would like to get their reunion.
I know I can technically plot by overlapping all of them to get it but if there are many, the size of the resulting figure is too large due to many layers on top of  each other.

Thank you for any suggestion you may be able to offer

Ilinca



  • Prev by Date: Re: rookie code issue
  • Next by Date: how to have the functional form from an interpolation
  • Previous by thread: Re: CDF help
  • Next by thread: Re: RegionPlot and Show