Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!newspump.sol.net!post2.nntp.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail From: Narasimham Newsgroups: comp.soft-sys.math.mathematica Subject: To combine separate Boxes by Show Date: Tue, 22 Apr 2014 02:59:50 +0000 (UTC) Sender: steve@smc.vnet.net Approved: Steven M. Christensen , Moderator Message-ID: Lines: 12 Organization: Time-Warner Telecom NNTP-Posting-Date: 22 Apr 2014 03:05:58 GMT NNTP-Posting-Host: 838f3d9b.news.twtelecom.net X-Trace: DXC=S;CjD@^=f^RmmJjon<[c^_C_A=>8kQj6];[h;PUXBgbT?SWP;HjUf@VEFiONJ7[GoVCL[3nmO18RZ X-Complaints-To: abuse@twtelecom.net Xref: csiph.com comp.soft-sys.math.mathematica:16836 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