MathGroup Archive 2003

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

Search the Archive

RE: filled plot on part of x-interval

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44613] RE: [mg44599] filled plot on part of x-interval
  • From: "Florian Jaccard" <florian.jaccard at eiaj.ch>
  • Date: Tue, 18 Nov 2003 06:41:41 -0500 (EST)
  • Reply-to: <florian.jaccard at eiaj.ch>
  • Sender: owner-wri-mathgroup at wolfram.com

Example :

In[1]:=
<< "Graphics`Graphics`"

In[2]:=
<< "Graphics`FilledPlot`"

In[3]:=
DisplayTogether[FilledPlot[Sin[x], {x, 2, 10}],
   Plot[Sin[x], {x, 0, 10}]];

Meilleures salutations

Florian Jaccard


-----Message d'origine-----
De : Murray Eisenberg [mailto:murray at math.umass.edu]
Envoyé : lun., 17. novembre 2003 09:39
À : mathgroup at smc.vnet.net
Objet : [mg44599] filled plot on part of x-interval


How do I use a FilledPlot that fills the region under the graph of f[x]
only, say, for x from 2 to 10 but still graphs the function itself from
0 to 10?

--
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305




  • Prev by Date: Re: filled plot on part of x-interval
  • Next by Date: RE: filled plot on part of x-interval
  • Previous by thread: Re: filled plot on part of x-interval
  • Next by thread: RE: filled plot on part of x-interval