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 bfec1d1 commit 4604a7eCopy full SHA for 4604a7e
src/probeinterface/plotting.py
@@ -12,7 +12,7 @@
12
from .utils import get_auto_lims
13
14
15
-def create_probe_collections(
+def create_probe_polygons(
16
probe,
17
contacts_colors: list | None = None,
18
contacts_values: np.ndarray | None = None,
@@ -159,7 +159,7 @@ def plot_probe(
159
fig = ax.get_figure()
160
161
# Create collections (contacts, probe shape)
162
- poly, poly_contour = create_probe_collections(
+ poly, poly_contour = create_probe_polygons(
163
164
contacts_colors=contacts_colors,
165
contacts_values=contacts_values,
0 commit comments