New in Wolfram Mathematica 6: High-Impact Adaptive Visualization | ◄ previous | next ► |
Adaptive Contour Plotting
Mathematica 6 uses adaptive methods to create correct smooth contours.
In[1]:= | ContourPlot[Cos[x] + Cos[y], {x, 0, 2 Pi}, {y, 0, 2 Pi}, Mesh -> All, MeshStyle -> Opacity[.3], ColorFunction -> "Rainbow"] |
Out[1]= |