We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c205bba commit f5de709Copy full SHA for f5de709
python/3d-surface-plots.md
@@ -84,7 +84,7 @@ import plotly.graph_objects as go
84
85
fig = go.Figure(go.Surface(
86
contours = {
87
- "x": {"show": True, "start": 1.5, "end": 2, "size": 0.04},
+ "x": {"show": True, "start": 1.5, "end": 2, "size": 0.04, "color":"white"},
88
"z": {"show": True, "start": 0.5, "end": 0.8, "size": 0.05}
89
},
90
x = [1,2,3,4,5],
0 commit comments