LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
87 stars 33 forks source link

GeoSeries.map() insensitive to edgecolor argument #575

Closed CommonClimate closed 2 months ago

CommonClimate commented 3 months ago

Describe the bug Passing edgecolor does not override the white default.

To reproduce:

ts = pyleo.utils.datasets.load_dataset('EDC-dD')
fig, ax = ts.map(edgecolor='black')
CommonClimate commented 2 months ago

@jordanplanders fixed in #582 ?