Skip to content

Commit c19fe37

Browse files
committed
misc: I fixed this once before
1 parent 98a23e0 commit c19fe37

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

examples/seismic/tutorials/06_elastic_varying_parameters.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -901,10 +901,14 @@
901901
"text/latex": [
902902
"$\\displaystyle \\left(- \\frac{f(x - h_x, y - h_y)}{4 h_{x}} + \\frac{f(x + h_x, y + h_y)}{4 h_{x}}\\right) + \\left(- \\frac{f(x - h_x, y + h_y)}{4 h_{x}} + \\frac{f(x + h_x, y - h_y)}{4 h_{x}}\\right)$"
903903
],
904-
"text/plain": [
905-
" f(x - hₓ, y - h_y) f(x + hₓ, y + h_y) f(x - hₓ, y + h_y) f(x + hₓ, y - h_y)\n",
906-
"- ────────────────── + ────────────────── + - ────────────────── + ──────────────────\n",
907-
" 4⋅hₓ 4⋅hₓ 4⋅hₓ 4⋅hₓ "
904+
"text/plain": [
905+
" f(x - hₓ, y - h_y) f(x + hₓ, y + h_y) f(x - hₓ, y + h_y) f(x + hₓ, y ↪\n",
906+
"- ────────────────── + ────────────────── + - ────────────────── + ─────────── ↪\n",
907+
" 4⋅hₓ 4⋅hₓ 4⋅hₓ 4⋅hₓ ↪\n",
908+
"\n",
909+
"↪ - h_y)\n",
910+
"↪ ───────\n",
911+
"↪ "
908912
]
909913
},
910914
"execution_count": 30,

0 commit comments

Comments
 (0)