Skip to content

Commit

Permalink
Update canvas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhaoliang authored Jan 3, 2023
1 parent a130160 commit 1c5dc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/taichi/ui/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def circles(self,
3D location of a vertex.
radius (Union[float, numpy.array]): radius of the circles in pixels. \
Can be either a single number, which will be applied to all circles, or a 1D NumPy array of the same length as `centers`.\
The `i-th` item in the array will
The `i-th` item in the array will be the radius for the `i-th` circle in `centers`.
color: a global color for the triangles as 3 floats representing \
RGB values. If `per_vertex_color` is provided, this is ignored.
per_vertex_color (Tuple[float]): a taichi 3D vector field, where \
Expand Down

0 comments on commit 1c5dc65

Please sign in to comment.