Skip to content

retain unlabeled axis behavior in vba_choropleth() #305

@jGaboardi

Description

@jGaboardi
  • 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions