gpt4 book ai didi

transparency - 使用 Geopandas 绘制 shapefile 时,Alpha 透明度不均匀

转载 作者:行者123 更新时间:2023-12-05 03:59:04 30 4
gpt4 key购买 nike

使用 Geopandas 绘制 shapefile 时,我需要使特征透明。应用 alpha 参数时,某些特征变得不如其他特征透明。

fig = plt.figure(figsize = (8.5,11))
ax =fig.add_axes([0.05,0.15,.9,.8])

mapDF = gpd.read_file('hydrography.shp')

mapDF.plot(color=('steelblue'), ax=ax, alpha=0.5)

我希望所有特征都具有统一的透明度,但有些特征明显比其他特征更透明。这些功能没有什么不同。

Please click here to see what I am describing.

有谁知道解决这个问题的方法吗?谢谢。

最佳答案

正如 swatchai 所建议的,我的 shapefile 具有多个相互堆叠的特征;因此透明度降低了。我删除了重叠的特征,问题就解决了。

关于transparency - 使用 Geopandas 绘制 shapefile 时,Alpha 透明度不均匀,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57514795/

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