Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b28249

Browse filesBrowse files
committed
andrew's comment on z[:1]
1 parent 0fc055d commit 9b28249
Copy full SHA for 9b28249

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎plotly/tools.py

Copy file name to clipboardExpand all lines: plotly/tools.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3352,9 +3352,9 @@ def _trisurf(x, y, z, simplices, show_colorbar, edges_color,
33523352
colorscale = FigureFactory._convert_colorscale_to_rgb(colorscale)
33533353

33543354
colorbar = graph_objs.Scatter3d(
3355-
x=x[0:1],
3356-
y=y[0:1],
3357-
z=z[0:1],
3355+
x=x[:1],
3356+
y=y[:1],
3357+
z=z[:1],
33583358
mode='markers',
33593359
marker=dict(
33603360
size=0.1,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.