MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   Mathematica论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=34)
-   -   [问题] 等高线白团问题 (https://www.labfans.com/bbs/showthread.php?t=20946)

zqq0536 2016-05-17 17:05

等高线白团问题
 
1 个附件
大家好,画等高线时,出现白团,请问如何避免这种情况,让这个画面都是颜色标识。
附件为图片。
代码如下:
pp := 12.1;
f3[x_, y_] := -0.1*E^-((x - 50*pp)/(30*pp))^2*E^-((y - 108)/12)^2 + 1;
f10[x_, y_] := 0.25*E^-((x - 0)/(4*pp))^2*E^-((y - 8)/15)^2 + 1;
ff[x_, y_] := f3[x, y]*f10[x, y];
ContourPlot[ff[jj, ii], {jj, 0, 1210}, {ii, 0, 120},
ContourStyle -> None, Contours -> 80, ColorFunction -> "Rainbow"]

markh 2017-02-03 10:20

回复: 等高线白团问题
 
增加选项
PlotRange->All


所有时间均为北京时间。现在的时间是 09:00

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.