Skip to content

Commit e49e123

Browse files
ludwigVonKoopaAntSimi
authored andcommitted
change get_color() to get_edgecolor
1 parent 98161f3 commit e49e123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
matplotlib<3.5
1+
matplotlib
22
netCDF4
33
numba>=0.53
44
numpy<1.21

src/py_eddy_tracker/eddy_feature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def display(
646646
paths.append(i.vertices)
647647
local_kwargs = kwargs.copy()
648648
if "color" not in kwargs:
649-
local_kwargs["color"] = collection.get_color()
649+
local_kwargs["color"] = collection.get_edgecolor()
650650
local_kwargs.pop("label", None)
651651
elif j != 0:
652652
local_kwargs.pop("label", None)

0 commit comments

Comments
 (0)