Skip to content

Commit b1cb22c

Browse files
committed
Fixed up a comment
1 parent 4647830 commit b1cb22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ def _trisurf(x, y, z, simplices, colormap=None,
16001600
for item in array:
16011601
Ze.append(item)
16021602

1603-
# define the lines to be plotted
1603+
# define the lines for plotting
16041604
lines = graph_objs.Scatter3d(
16051605
x=Xe, y=Ye, z=Ze, mode='lines',
16061606
line=graph_objs.Line(color='rgb(50, 50, 50)',

0 commit comments

Comments
 (0)