8000 chnage of color · plotly/plotly.py-docs@f5de709 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5de709

Browse files
author
mahdis-z
committed
chnage of color
1 parent c205bba commit f5de709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/3d-surface-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import plotly.graph_objects as go
8484

8585
fig = go.Figure(go.Surface(
8686
contours = {
87-
"x": {"show": True, "start": 1.5, "end": 2, "size": 0.04},
87+
"x": {"show": True, "start": 1.5, "end": 2, "size": 0.04, "color":"white"},
8888
"z": {"show": True, "start": 0.5, "end": 0.8, "size": 0.05}
8989
},
9090
x = [1,2,3,4,5],

0 commit comments

Comments
 (0)
0