pysal / esda

statistics and classes for exploratory spatial data analysis
https://pysal.org/esda
BSD 3-Clause "New" or "Revised" License
206 stars 53 forks source link

Feature request: allow for linewidth and edgecolor to be included as kwargs in lisa_cluster #278

Closed CarrascoCesar closed 5 months ago

CarrascoCesar commented 5 months ago

Currently Lisa_cluster hard-codes linewidth and edgecolor and it would be nice to allow these parameters to be defined as kwargs.

martinfleis commented 5 months ago

I believe it is on the roadmap for the next release or the one after. We have just add an interactive plotting which exposes all of customisation in #274 and static version of the same should shortly follow.

CarrascoCesar commented 5 months ago

Thanks Martin! Looking forward to the next releases.