|
[Date Index]
[Thread Index]
[Author Index]
Reordering limits for Plot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg67199] Reordering limits for Plot3D
- From: Ken Levasseur <klevasseur at mac.com>
- Date: Sun, 11 Jun 2006 23:08:10 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
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
Prev by Date:
Re: No StringCompare in Mathematica?
Next by Date:
Re:Thanks, mg67144: 3rd try!
Previous by thread:
Re: structure array equivalent in Mathematica
Next by thread:
Re: Reordering limits for Plot3D
|