We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01199c commit b64526dCopy full SHA for b64526d
1 file changed
examples/tutorial_examples/plot_005_viz.py
@@ -131,7 +131,7 @@
131
# -------------
132
# The anatomical image is rendered using `slicer` actors. These are actors that
133
# visualize one slice of a three dimensional volume. We call the function on the
134
-# T1-weighted data, selecting the # x slice that is half-way through the x
+# T1-weighted data, selecting the x slice that is half-way through the x
135
# dimension of the image (`shape[0]`) and the z slice that is a third of a
136
# way through that x dimension of the image (`shape[-1]`).
137
# We set the visibility of the y slice to `False`
0 commit comments