| Author |
Comment/Response |
yehuda ben-shimol
|
09/24/07 2:40pm
according to the documentation the option ColorFunction for the ContourPlot function accepts only the contour level as a single argument, so you cannot use f[x,y]/g[x,y] as an input, since both f and g need two arguments.
besides, the contour describes equi-valued lines (or levels) of the described function, so if you want something that is related to the x and y coordinates maybe another graphical function will be more helpful (DensityPlot maybe?)
yehuda
URL: , |
|