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
- Follow-Ups:
- Re: RegionPlot and Show
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: RegionPlot and Show