Skip to content

Commit fbb2b33

Browse files
rename mesh_x_ray -> mesh_xray
1 parent 0eb74c1 commit fbb2b33

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

examples/mesh_layers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"outputs": [],
4545
"source": [
4646
"nv = NiiVue(\n",
47-
" show_3d_crosshair=True, back_color=(1, 1, 1, 1), mesh_x_ray=0.3, is_colorbar=True\n",
47+
" show_3d_crosshair=True, back_color=(1, 1, 1, 1), mesh_xray=0.3, is_colorbar=True\n",
4848
")\n",
4949
"\n",
5050
"mesh_layer = {\n",

examples/prototypes/meshes_(GIfTI, FreeSurfer, MZ3, OBJ, STL, legacy VTK).ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"source": [
4141
"# based on https://github.com/niivue/ipyniivue/blob/main/original_gallery.md#meshes-gifti-freesurfer-mz3-obj-stl-legacy-vtk\n",
4242
"nv = NiiVue(\n",
43-
" show_3d_crosshair=True, back_color=(1, 1, 1, 1), mesh_x_ray=0.3, is_colorbar=True\n",
43+
" show_3d_crosshair=True, back_color=(1, 1, 1, 1), mesh_xray=0.3, is_colorbar=True\n",
4444
")\n",
4545
"\n",
4646
"nv.load_meshes(\n",
@@ -59,7 +59,11 @@
5959
]
6060
}
6161
],
62-
"metadata": {},
62+
"metadata": {
63+
"language_info": {
64+
"name": "python"
65+
}
66+
},
6367
"nbformat": 4,
6468
"nbformat_minor": 4
6569
}

0 commit comments

Comments
 (0)