MathGroup Archive 2003

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

Search the Archive

FilledPlot Question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39062] FilledPlot Question
  • From: "Steven Shippee" <slshippee at attbi.com>
  • Date: Sun, 26 Jan 2003 05:23:48 -0500 (EST)
  • References: <b0tetq$9hu$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Sorry for the earlier post, something went wrong in the cut and paste
department.

For Matthew Senn's filled plot, here is an example one might cut and paste
directly into mathematica as a starting point?

<<Graphics`FilledPlot`

FilledPlot[{1 - x^2}, {x, -1, 1}];
FilledPlot[{1 - x^2, 2 - 2 x^2}, {x, -1, 1}];
FilledPlot[{1 - x^2, 2 - 2 x^2, 3 - 3 x^2}, {x, -1, 1}];


Steven Shippee
mailto:shippee at jcs.mil
Home: (360) 493-8353
Work:  (360) 902-5817



  • Prev by Date: Re: Lower Floor
  • Next by Date: Re: Functional programming
  • Previous by thread: Re: [Q] Michael Trott's Book
  • Next by thread: [Q] SDEs (Stochastic Differential Equations) in Mathematica