MathGroup Archive 2002

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

Search the Archive

RE: superimpose to curves

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38303] RE: [mg38251] superimpose to curves
  • From: "Florian Jaccard" <jaccardf at eicn.ch>
  • Date: Thu, 12 Dec 2002 01:31:32 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

For example (if I understand well what you want):

In[7]:=
p1=Plot[Sin[x/5\[Pi]],{x,-5,15},PlotRange->{{-5,20},{-2,2}},
      PlotStyle->RGBColor[1,0,0]];

In[9]:=
p2=Plot[2Sin[2x/5\[Pi]],{x,0,20},PlotStyle->RGBColor[0,0,1]];

In[10]:=
Show[p1,p2]

Meilleures salutations

Florian Jaccard


-----Message d'origine-----
De : sisir at hve.iisc.ernet.in [mailto:sisir at hve.iisc.ernet.in]
Envoyé : mar., 10. décembre 2002 10:10
À : mathgroup at smc.vnet.net
Objet : [mg38251] superimpose to curves


Respected Sir/Madam,
I want to super impose(add) two curves of
different ranges-one is -5ms to 15 ms and other one
is 0ms to 20ms of different amplitude.
So kindly suggest me

--
With best wishes..............




SISIR KUMAR NAYAK
ELECTRICAL SCIENCE
U-79,STUDENT HOSTEL
IISC, BANGALORE.
PH:3942624(080)






  • Prev by Date: Precision of computation
  • Next by Date: Re: Solve and using the solutions further
  • Previous by thread: superimpose to curves
  • Next by thread: RE: superimpose to curves