Plotting Partial Differential Equations
- To: mathgroup at smc.vnet.net
- Subject: [mg67539] Plotting Partial Differential Equations
- From: "David Hernandez" <cpp02fh at sheffield.ac.uk>
- Date: Fri, 30 Jun 2006 04:14:18 -0400 (EDT)
- Organization: Sheffield University
- Sender: owner-wri-mathgroup at wolfram.com
Hi, I've the following result from NDSolve for PDE T[x,y]: {{T -> InterpolatingFunction[{{0., 2000.}, {0.0001, 0.025}}, <>]}} I would like to know what's the most efficient way to plot this data as a contour plot (2D). Please note that I actually need the interpolating function T in the vertical axes and the other variable, "y", {0.0001, 0.025} in the horizontal axes. Whereas "x" would be the variable that defines the contour shading. Many thanks David