gpt4 book ai didi

plot - 平滑密度图 Mathematica

转载 作者:行者123 更新时间:2023-12-04 23:03:01 25 4
gpt4 key购买 nike

我正在将一个三列表导入 Mathematica 并使用它来制作密度图。但是,除非您有大量的小增量数据,否则密度图看起来不连贯且显然不连续。

有没有办法或功能来平滑我的情节?

谢谢,

最佳答案

我猜您正在寻找的是 InterpolationOrder选项。下面是文档中的示例,它显示了即使对于 6x6 数据网格也是如何工作的

data = Table[Sin[j^2 + i], {i, 0, Pi, Pi/5}, {j, 0, Pi, Pi/5}];
Table[ListDensityPlot[data, Mesh -> None, InterpolationOrder -> o,
ColorFunction -> "SouthwestColors"], {o, {0, 1, 2, 3}}]

Mathematica graphics

关于plot - 平滑密度图 Mathematica,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18386047/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com