ContourPlot
Usage
• ContourPlot[f, x, xmin, xmax , y, ymin, ymax ]产生作为 x和 y的函数 f 的等高线图。
Notes
• ContourPlot 以非标准形式计算它的参数(参见 A.4.2节)。如果在指定数值被输入前这能安全的被作,应当使用 Evaluate计算要画的函数。 • 除以下选项外,ContourPlot有和ContourGraphics一样的可选项:
| "\!\(\*StyleBox[\"\\\"Compiled\\\"\", \"MR\"]\) " | "\!\(\*StyleBox[\"\\\"True\\\"\", \"MR\"]\) " | 是否编译要绘制的函数 | | "\!\(\*StyleBox[\"\\\"PlotPoints\\\"\", \"MR\"]\) " | "\!\(\*StyleBox[\"\\\"15\\\"\", \"MR\"]\) " | 采样函数的每个方向的点数 |
• ContourPlot它有缺省可选项设置Frame -> True. • ContourPlot返回一个ContourGraphics 对象,有 MeshRange 可选项集。
Further Examples
Here are two contour plots, one with and one without contour lines. Evaluate the cells to compare the graphics.
In[1]:=
|
In[2]:=
|
|