From c0c28749b6564377a3bd9b961dc02e9e830cf921 Mon Sep 17 00:00:00 2001 From: Frank Cerasoli Date: Mon, 4 Apr 2022 13:08:20 -0700 Subject: [PATCH] Disk description format update --- fury/actor.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fury/actor.py b/fury/actor.py index 954689285..7137d54a9 100644 --- a/fury/actor.py +++ b/fury/actor.py @@ -1647,10 +1647,10 @@ def disk(centers, directions, colors, rinner=0.3, disk inner radius, default: 0.3 router : float disk outer radius, default: 0.5 - cresolution: int, default: 6 - Number of facets used to define perimeter of disk. - rresolution: int, default: 2 - Number of facets used radially. + cresolution: int, optional + Number of facets used to define perimeter of disk, default: 6 + rresolution: int, optional + Number of facets used radially, default: 2 vertices : ndarray, shape (N, 3) The point cloud defining the disk. faces : ndarray, shape (M, 3)