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 fd237a5 commit ac0f4d2Copy full SHA for ac0f4d2
python/3d-volume.md
@@ -28,7 +28,7 @@ jupyter:
28
language: python
29
layout: user-guide
30
name: 3D Volume Plots
31
- order: 12.1.1
+ order: 12.2
32
page_type: u-guide
33
permalink: python/3d-volume-plots/
34
thumbnail: thumbnail/3d-volume-plots.jpg
@@ -100,8 +100,11 @@ fig = go.Figure(data=go.Volume(
100
isomin=0.2,
101
isomax=0.7,
102
opacity=0.1,
103
- surface_count=21,
+ surface_count=25,
104
))
105
+fig.update_layout(scene_xaxis_showticklabels=False,
106
+ scene_yaxis_showticklabels=False,
107
+ scene_zaxis_showticklabels=False)
108
fig.show()
109
```
110
0 commit comments