Skip to content

Commit a0ca3d0

Browse files
committed
added show_colorbar=True to trisurf docs
1 parent 1ad5ef5 commit a0ca3d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plotly/tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3622,6 +3622,7 @@ def dist_origin(x, y, z):
36223622
fig = FF.create_trisurf(
36233623
x, y, z, simplices,
36243624
color_func=colors,
3625+
show_colorbar=True,
36253626
title=' Modern Art'
36263627
)
36273628

0 commit comments

Comments
 (0)