MathGroup Archive 2003

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

Search the Archive

Re: FilledPlot Question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39060] Re: FilledPlot Question
  • From: "Matthew Senn" <msenn77 at yahoo.com>
  • Date: Sun, 26 Jan 2003 05:23:28 -0500 (EST)
  • References: <b0tetq$9hu$1@smc.vnet.net>
  • Reply-to: "Matthew Senn" <msenn77 at yahoo.com>
  • Sender: owner-wri-mathgroup at wolfram.com

thanks to everyone who emailed for the help!  i ended up going with this
solution:

DisplayTogether[
    FilledPlot[eq1[x], {x, 2, 4}, Fills -> GrayLevel[.9]],
    Plot[eq1[x], {x, 0, 4.5}]
]

and by the way, i'm very impressed with the speed at which i received the
responses.  you are all very helpful, and thank you again!

-- matt



"Matthew Senn" <msenn77 at yahoo.com> wrote in message
news:b0tetq$9hu$1 at smc.vnet.net...
> i'm relatively new using mathematica 4.2.  the other day, i came across
what
> seemed to be a simple problem, but i couldn't figure out how to do it.
>
> say i was plotting y=x^2, and i wanted to shade the region under the graph
> only between x=2 to x=4 over a range of {x, 0, 5}, is there a way to do
> this?  i tried FilledPlot, but it filled the entire area under the graph.
>
> thank you!
>
>
>



  • Prev by Date: Re: FilledPlot Question
  • Next by Date: Re: FilledPlot Question
  • Previous by thread: Re: FilledPlot Question
  • Next by thread: Re: FilledPlot Question