Skip to content

Commit abdd573

Browse files
change get_color() to get_edgecolor
1 parent 3085f33 commit abdd573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)