put together all graphs
- To: mathgroup at smc.vnet.net
- Subject: [mg40980] put together all graphs
- From: "Jong Choi" <jxc91 at po.cwru.edu>
- Date: Sat, 26 Apr 2003 03:27:05 -0400 (EDT)
- Organization: Case Western Reserve University, Cleveland, OH, USA
- Sender: owner-wri-mathgroup at wolfram.com
Dear all,
The following paragraph makes a lot of graphs.
But I want to put all graphs together in one graph.
Is there some option looks like, keep or hold?
I will appreciate any help.
Thanks,
Jong
For[i = -10, i < 10,
{ContourPlot[Cos[theta1] + Cos[theta1 + theta2] - i*0.2, {theta1, -Pi, Pi},
{theta2, -Pi, Pi}, Contours -> {0}, ContourShading -> False,
PlotPoints -> 64]},
i++]