Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.mathematica > #16839

Re: To combine separate Boxes by Show

From Helen Read <readhpr@gmail.com>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: To combine separate Boxes by Show
Date 2014-04-23 08:53 +0000
Message-ID <lj7v2e$md8$1@smc.vnet.net> (permalink)
References <lj4lv6$csm$1@smc.vnet.net>
Organization Time-Warner Telecom

Show all headers | View raw


Something like this?

table = Table[
    ParametricPlot3D[{u + v, u - v, u v/5 + i}, {u, .2, 1}, {v, 0,
      i Pi/4}], {i, 1, 3, 1}];
GraphicsGrid[{table, {Show[table, PlotRange -> All]}}]

Helen Read
University of Vermont

On 4/21/2014 10:59 PM, Narasimham 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 | NextPrevious in thread | Find similar


Thread

To combine separate Boxes by Show Narasimham <mathma18@gmail.com> - 2014-04-22 02:59 +0000
  Re: To combine separate Boxes by Show Helen Read <readhpr@gmail.com> - 2014-04-23 08:53 +0000

csiph-web