MathGroup Archive 2014

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

Search the Archive

Re: To combine separate Boxes by Show

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132621] Re: To combine separate Boxes by Show
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Wed, 23 Apr 2014 04:51:48 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20140422025932.7945A6A3F@smc.vnet.net>

(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 at 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
>
>


  • Prev by Date: Re: numerical gradient, Jacobian, Hessian: missing from Mathematica?
  • Next by Date: Re: OnError [Thread"::"tdlen"]
  • Previous by thread: Does anyone have experience with notebooks from "Advanced Visual Quantum Mechanics?"
  • Next by thread: Re: To combine separate Boxes by Show