- retain current unlabeled axis functionality from stable
geopandas (v1.1.3 currently) plotting for vba_choropleth()
- introduce a
axis_labels=False keyword and include the following here like so (from @martin's comment):
gdf.plot(color=rgba, ax=ax)
if not axis_labels:
ax.set_xlabel("")
ax.set_ylabel("")
Any thoughts against?
cc @martinfleis @knaaptime @sjsrey
geopandas(v1.1.3currently) plotting forvba_choropleth()axis_labels=Falsekeyword and include the following here like so (from @martin's comment):dev#295Any thoughts against?
cc @martinfleis @knaaptime @sjsrey