我正在使用R,并尝试使用GISTools创建一个choropleth地图。我的代码如下:plot(us_interstate, add = TRUE)
us_state是美国各州的地图choropleth文档表明您可以指定Additional parameters to be passed on to the plot method for sp.。然而,当我尝试choropleth(us_state, us_stat
我试图在Jupyter Notebook中显示一个Plotly Choropleth (我是这个类型的初学者),但由于某种原因,它不能正确显示。我正在使用的csv文件可以在以下位置找到: https://www.kaggle.com/ajaypalsinghlo/world-happiness-report-2021 下面是通向choropleth的代码: # here we're assigning the hover data columns to use for our choropleth</