Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.mathematica > #16836
| From | Narasimham <mathma18@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | To combine separate Boxes by Show |
| Date | 2014-04-22 02:59 +0000 |
| Message-ID | <lj4lv6$csm$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
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 — Next in thread | Find similar
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