| Author |
Comment/Response |
E.N.
|
06/25/09 1:01pm
I have a function f(x,y) which depends on two other functions of x and y, say g(x,y) and h(x,y).
I would like to do a ContourPlot of f(x,y) in terms of g(x,y) and h(x,y), i.e. something like:
ContourPlot[f[x,y], {g[x,y], max, min}, {h[x,y], max, min}].
All I get, however, is a blank contour graph (although f, g, and h all have normal contour plots when graphed against x and y).
URL: , |
|