问在plt.show()之后不显示Plot,没有给出错误,仅显示:<Figure size 432x288 with 0 Axes>‘ENhttps://towardsdatascience.com/lets-make-a-map-using-geopandas-pandas-and-matplotlib-to-make-a-chloropleth-map-dddc31c1983d.dataframe tb
在Jupyter Notebook中遇到“<figure size 1000x600 with 0 axes>”这样的输出,通常意味着你创建了一个图形对象,但是没有在这个图形对象上添加任何坐标轴(axes)或绘图元素。这可能是因为绘图命令没有正确执行,或者绘图数据没有正确传递给绘图函数。以下是一些解决这个问题的步骤: 检查绘图命令: 确保你已经正确调用了绘...
It will have different results between Jupyter and VSCode. Figure should be able to show what has been plotted in axes.Member IanMatthewHuff commented Aug 28, 2019 @mukerong. Thanks for the report on this and for the detailed repro. We'll look into what is going on with this. ronglums...