MathGroup Archive 2003

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

Search the Archive

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++]








  • Prev by Date: Re: Finding derivatives of a list?
  • Next by Date: Re: Plot of Nonlinear function
  • Previous by thread: RE: Multiple graphs with same x-axis but separate y-axis and space
  • Next by thread: Re: put together all graphs