Skip to content

Commit 011b6a0

Browse files
committed
remove old content + add redirect
1 parent e9308a4 commit 011b6a0

File tree

2 files changed

+4
-147
lines changed

2 files changed

+4
-147
lines changed

doc/python/animations.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jupyter:
3030
order: 1
3131
page_type: example_index
3232
permalink: python/animations/
33+
redirect_from: python/visualizing-mri-volume-slices/
3334
thumbnail: thumbnail/animations.gif
3435
---
3536

@@ -171,17 +172,17 @@ fig = go.Figure(
171172
fig.update_layout(width=600, height=450,
172173
xaxis=dict(range=[xm, xM], autorange=False, zeroline=False),
173174
yaxis=dict(range=[ym, yM], autorange=False, zeroline=False),
174-
title_text="Kinematic Generation of a Planar Curve", title_x=0.5,
175+
title_text="Kinematic Generation of a Planar Curve", title_x=0.5,
175176
updatemenus = [dict(type = "buttons",
176177
buttons = [
177178
dict(
178179
args = [None, {"frame": {"duration": 10, "redraw": False},
179180
"fromcurrent": True, "transition": {"duration": 10}}],
180181
label = "Play",
181182
method = "animate",
182-
183+
183184
)])])
184-
185+
185186
fig.update(frames=[go.Frame(
186187
data=[go.Scatter(
187188
x=[xx[k]],

doc/python/visualizing-mri-volume-slices.md

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)