We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3085f33 commit abdd573Copy full SHA for abdd573
src/py_eddy_tracker/eddy_feature.py
@@ -646,7 +646,7 @@ def display(
646
paths.append(i.vertices)
647
local_kwargs = kwargs.copy()
648
if "color" not in kwargs:
649
- local_kwargs["color"] = collection.get_color()
+ local_kwargs["color"] = collection.get_edgecolor()
650
local_kwargs.pop("label", None)
651
elif j != 0:
652
0 commit comments