You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/3d-surface-plots.md
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,35 @@ fig.update_layout(title='Mt Bruno Elevation', autosize=False,
76
76
77
77
fig.show()
78
78
```
79
+
####Configure Surface Contour Levels
80
+
This example shows how to slice the surface graph on the desired position for each of x, y and z axis.[contours.x.start](https://plot.ly/python/reference/#surface-contours-x-start) sets the starting contour level value,`end` sets the end of it, and`size` sets the step between each contour level.