Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.mathematica > #16840
| From | Bob Hanlon <hanlonr357@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: To combine separate Boxes by Show |
| Date | 2014-04-23 08:51 +0000 |
| Message-ID | <lj7uuh$m8h$1@smc.vnet.net> (permalink) |
| References | <20140422025932.7945A6A3F@smc.vnet.net> |
| Organization | Time-Warner Telecom |
(plts = Table[
ParametricPlot3D[
{u + v, u - v, u v/5 + i},
{u, .2, 1}, {v, 0, i Pi/4},
ImageSize -> 300],
{i, 3}]) // Column
Show[plts, PlotRange -> All]
Bob Hanlon
On Mon, Apr 21, 2014 at 10:59 PM, Narasimham <mathma18@gmail.com> wrote:
> Unlike in Maniplate where can see one instance at a time displayed, I wish
> to see separate Boxes at first and then next see combined Plot together by
> Show.
>
> Do[Print[ ParametricPlot3D[{ u + v , u - v , u v /5 + i }, {u, .2, 1},
> {v, 0,i Pi/4} ]], {i, 1, 3, 1}]
> Show[%]
>
> The Show does not collect prevoius displays.
>
> How it done?
>
> TIA
> Narasimham
>
>
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Re: To combine separate Boxes by Show Bob Hanlon <hanlonr357@gmail.com> - 2014-04-23 08:51 +0000
csiph-web