Skip to content

Commit e716a18

Browse files
committed
Doc tweaks
1 parent ec08633 commit e716a18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: lightning/types/plots.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class Force(Base):
239239
@staticmethod
240240
def clean(conn, color=None, label=None, value=None, colormap=None, size=None):
241241
"""
242-
Create a force-directed network from a connectivity matrix.
242+
Create a force-directed network from connectivity.
243243
244244
.. image:: force.png
245245
@@ -289,7 +289,7 @@ class Graph(Base):
289289
@staticmethod
290290
def clean(x, y, conn, color=None, label=None, value=None, colormap=None, size=None, imagedata=None):
291291
"""
292-
Create a node-link graph from spatial points and their connectivity matrix.
292+
Create a node-link graph from spatial points and their connectivity.
293293
294294
.. image:: graph.png
295295
@@ -347,7 +347,7 @@ class GraphBundled(Base):
347347
@staticmethod
348348
def clean(x, y, conn, color=None, label=None, value=None, colormap=None, size=None, imagedata=None):
349349
"""
350-
Create a node-link graph with bundled edges.
350+
Create a node-link graph with bundled edges from spatial points and their connectivity.
351351
352352
.. image:: graphbundled.png
353353

0 commit comments

Comments
 (0)