Skip to content

Commit e79e35c

Browse files
authored
Update skeleton_graph.py
simplified doc
1 parent c2cc26a commit e79e35c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/segmentation_skeleton_metrics/skeleton_graph.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ def to_zipped_swc(self, zip_writer):
341341
----------
342342
zip_writer : zipfile.ZipFile
343343
A ZipFile object that will store the generated SWC file.
344-
color : str, optional
345-
A string representing the color (e.g., "[1.0 0.0 0.0]") of the SWC
346-
file. The default is None.
347344
348345
Returns
349346
-------

0 commit comments

Comments
 (0)