是否可以在 python 中使用 ALTAIR 4.1 制作等高线图?
Is it possible to make a contour plot using ALTAIR 4.1 in python?
我想知道是否有办法在 altair 中绘制等高线图。
Matplotlib 具有 api 等高线图,如图所示 here
Altair 中没有专门的 api 轮廓 documentation
但我想也许我们可以使用语法来创建一个?
Altair 不支持等高线图,因为它们在 Vega-Lite 中不受支持。在 Vega-Lite 中跟踪轮廓支持的问题可以在这里找到:https://github.com/vega/vega-lite/issues/1919
我想知道是否有办法在 altair 中绘制等高线图。
Matplotlib 具有 api 等高线图,如图所示 here
Altair 中没有专门的 api 轮廓 documentation 但我想也许我们可以使用语法来创建一个?
Altair 不支持等高线图,因为它们在 Vega-Lite 中不受支持。在 Vega-Lite 中跟踪轮廓支持的问题可以在这里找到:https://github.com/vega/vega-lite/issues/1919