MathGroup Archive 2001

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

Search the Archive

Re: Plot-Function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31180] Re: [mg31158] Plot-Function
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Tue, 16 Oct 2001 01:19:00 -0400 (EDT)
  • References: <200110140811.EAA02398@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In[1]:=
a1=Plot[Sin[x],{x,0,3}];
a2=Plot[Cos[x],{x,3,6}];
In[3]:=
Show[a1,a2];

Tomas Garza
Mexico City
----- Original Message -----
From: "M. Kohler" <mav at justmail.de>
To: mathgroup at smc.vnet.net
Subject: [mg31180] [mg31158] Plot-Function


> Hi,
>
>
> in Mathematica,
> I've got two functions (f1 and f2).
>
>
> Is it possible to plot the first function (f1) from x = 0 to 3 and the
second
> one from x = 3 to 6 in _one_ Graphic?
>
>
> Thanks for answering.
> Mathias
> --
> __________________________________________________________
> News suchen, lesen, schreiben mit http://newsgroups.web.de
>



  • Prev by Date: Re:Sorting and Selecting in Multilevel Lists
  • Next by Date: Re: data files
  • Previous by thread: Re: Plot-Function
  • Next by thread: Re: Plot-Function