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 98161f3 commit e49e123Copy full SHA for e49e123
requirements.txt
@@ -1,4 +1,4 @@
1
-matplotlib<3.5
+matplotlib
2
netCDF4
3
numba>=0.53
4
numpy<1.21
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