Skip to content

Commit ac0f4d2

Browse files
committed
order of notebook
1 parent fd237a5 commit ac0f4d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

python/3d-volume.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: user-guide
3030
name: 3D Volume Plots
31-
order: 12.1.1
31+
order: 12.2
3232
page_type: u-guide
3333
permalink: python/3d-volume-plots/
3434
thumbnail: thumbnail/3d-volume-plots.jpg
@@ -100,8 +100,11 @@ fig = go.Figure(data=go.Volume(
100100
isomin=0.2,
101101
isomax=0.7,
102102
opacity=0.1,
103-
surface_count=21,
103+
surface_count=25,
104104
))
105+
fig.update_layout(scene_xaxis_showticklabels=False,
106+
scene_yaxis_showticklabels=False,
107+
scene_zaxis_showticklabels=False)
105108
fig.show()
106109
```
107110

0 commit comments

Comments
 (0)