ContourPlot[f, {x,xmin,xmax}, {y,ymin,ymax}] DensityPlot[f, {x,xmin,xmax}, {y,ymin,ymax}]例として
ContourPlot[Sin[x]Sin[y], {x,-2,2}, {y,-2,2}] |
オプションとして
Contours -> 整数 PlotRange -> {zmin,zmax} または Automatic PlotPoints -> 整数 (デフォールトが 15。小さい!) ContourShading -> False (デフォールトは True)
PlotPints の値が小さいため、 あまり精密な図は描けない。もちろん 大きくすれば精度が上がるが、描くのに時間がかかるようになる。