Skip to content

Commit

Permalink
updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide-sd committed Dec 13, 2022
1 parent 44270bc commit b35da97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spb/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,10 @@ def plot3d_parametric_line(*args, **kwargs):
Default to None.
is_point : boolean, optional
Default to False, which will render a line connecting all the points.
If True, a scatter plot will be generated.
label : str or list/tuple, optional
The label to be shown in the legend or in the colorbar. If not
provided, the string representation of `expr` will be used. The number
Expand Down

0 comments on commit b35da97

Please sign in to comment.