gpt4 book ai didi

wolfram-mathematica - 在Mathematica中,一个choropleth贴图的最小示例是什么样的?

转载 作者:行者123 更新时间:2023-12-04 13:17:28 25 4
gpt4 key购买 nike

Mathematica中choropleth map 的最小示例是什么样的?

我可以使用Import读取ESRI Shapefile,但不知道如何处理导入的结果。

最佳答案

Graphics[
{
ColorData["ThermometerColors"][
Rescale[CountryData[#, "GDPPerCapita"], {100, 50000}]
] /. HoldPattern[Blend[___]] -> Yellow,
CountryData[#, "Polygon"]
} & /@
CountryData[]
]

以及为什么要更换?如果没有给定国家/地区所需类型的数据,CountryData将返回Missing [“NotAvailable”],从而导致 ColorData及其底层 Blend函数不返回特定的RGB值。我将这个未经评估的 Blend替换为黄色。

关于wolfram-mathematica - 在Mathematica中,一个choropleth贴图的最小示例是什么样的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7468271/

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