MathGroup Archive 2006

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

Search the Archive

Re: Reordering limits for Plot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67226] Re: [mg67199] Reordering limits for Plot3D
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Tue, 13 Jun 2006 01:07:23 -0400 (EDT)
  • References: <200606120308.XAA26324@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Why should the plots be different?

On 6/11/06, Ken Levasseur <klevasseur at mac.com> wrote:
> One of my students just noticed that the plots generated from
>
> Plot3D[x y^2, {x, 4, 1}, {y, 8, 0}]
> and
> Plot3D[x y^2, {x, 1, 4}, {y, 0, 8}]
>
> are identical.  In general, how does Plot3D handle the iterators that
> define the plotting domain?
>
> Ken Levasseur
> UMass Lowell
>
>


-- 
http://chris.chiasson.name/


  • Prev by Date: 3D plots
  • Next by Date: Why does Reduce work this way ...?
  • Previous by thread: Reordering limits for Plot3D
  • Next by thread: RE: Reordering limits for Plot3D