Skip to content

Commit edb0fff

Browse files
committed
Small fix to ipygany
1 parent a7d0838 commit edb0fff

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

notebooks/07.More-libraries/07.04-ipygany.ipynb

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "6495e776",
5+
"id": "a3ad3dbb",
66
"metadata": {},
77
"source": [
88
"# ipygany: Interactive library for 3-D mesh analysis\n",
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"cell_type": "markdown",
28-
"id": "a41ca283",
28+
"id": "1ad69cc5",
2929
"metadata": {},
3030
"source": [
3131
"### Features\n",
@@ -38,7 +38,7 @@
3838
{
3939
"cell_type": "code",
4040
"execution_count": null,
41-
"id": "17801a47",
41+
"id": "3a2f231d",
4242
"metadata": {},
4343
"outputs": [],
4444
"source": [
@@ -56,7 +56,7 @@
5656
{
5757
"cell_type": "code",
5858
"execution_count": null,
59-
"id": "af9cb519",
59+
"id": "d7807fc4",
6060
"metadata": {},
6161
"outputs": [],
6262
"source": [
@@ -66,7 +66,7 @@
6666
{
6767
"cell_type": "code",
6868
"execution_count": null,
69-
"id": "3d81c79c",
69+
"id": "81367b65",
7070
"metadata": {},
7171
"outputs": [],
7272
"source": [
@@ -77,7 +77,7 @@
7777
{
7878
"cell_type": "code",
7979
"execution_count": null,
80-
"id": "06aa0161",
80+
"id": "1ee4daf8",
8181
"metadata": {},
8282
"outputs": [],
8383
"source": [
@@ -89,7 +89,7 @@
8989
{
9090
"cell_type": "code",
9191
"execution_count": null,
92-
"id": "4d4fa99b",
92+
"id": "42f29333",
9393
"metadata": {},
9494
"outputs": [],
9595
"source": [
@@ -103,7 +103,7 @@
103103
{
104104
"cell_type": "code",
105105
"execution_count": null,
106-
"id": "2ffb08ea",
106+
"id": "f1e2eb44",
107107
"metadata": {},
108108
"outputs": [],
109109
"source": [
@@ -115,7 +115,7 @@
115115
{
116116
"cell_type": "code",
117117
"execution_count": null,
118-
"id": "6a8ced8b",
118+
"id": "802c51e4",
119119
"metadata": {},
120120
"outputs": [],
121121
"source": [
@@ -125,7 +125,7 @@
125125
{
126126
"cell_type": "code",
127127
"execution_count": null,
128-
"id": "70e81973",
128+
"id": "f5276f41",
129129
"metadata": {},
130130
"outputs": [],
131131
"source": [
@@ -135,7 +135,7 @@
135135
},
136136
{
137137
"cell_type": "markdown",
138-
"id": "9f46832e",
138+
"id": "0950f803",
139139
"metadata": {},
140140
"source": [
141141
"* Blues\n",
@@ -148,17 +148,17 @@
148148
{
149149
"cell_type": "code",
150150
"execution_count": null,
151-
"id": "740f214d",
151+
"id": "21535d54",
152152
"metadata": {},
153153
"outputs": [],
154154
"source": [
155-
"colored_mesh.colormap = colormaps.Blues"
155+
"colored_mesh.colormap = colormaps.Inferno"
156156
]
157157
},
158158
{
159159
"cell_type": "code",
160160
"execution_count": null,
161-
"id": "473a113d",
161+
"id": "5de3cfdd",
162162
"metadata": {},
163163
"outputs": [],
164164
"source": [
@@ -168,11 +168,11 @@
168168
{
169169
"cell_type": "code",
170170
"execution_count": null,
171-
"id": "953e5e0d",
171+
"id": "6fc666f7",
172172
"metadata": {},
173173
"outputs": [],
174174
"source": [
175-
"mesh2 = TetraMesh.from_vtk('images/piston.vtu')\n",
175+
"mesh2 = TetraMesh.from_vtk('piston.vtu')\n",
176176
"\n",
177177
"iso2 = IsoColor(mesh2, input=('RESU____DEPL', 'DX'), min=-1.3931281e-06, max=1.3929895e-06)\n",
178178
"\n",
@@ -183,7 +183,7 @@
183183
{
184184
"cell_type": "code",
185185
"execution_count": null,
186-
"id": "792e7442",
186+
"id": "53cd43bf",
187187
"metadata": {},
188188
"outputs": [],
189189
"source": [
@@ -197,7 +197,7 @@
197197
{
198198
"cell_type": "code",
199199
"execution_count": null,
200-
"id": "02e99b9d",
200+
"id": "24112e9e",
201201
"metadata": {},
202202
"outputs": [],
203203
"source": [
@@ -206,15 +206,15 @@
206206
},
207207
{
208208
"cell_type": "markdown",
209-
"id": "e47ffa33",
209+
"id": "2ad3031a",
210210
"metadata": {},
211211
"source": [
212212
"# Exercise"
213213
]
214214
},
215215
{
216216
"cell_type": "markdown",
217-
"id": "e63ecc3e",
217+
"id": "07c4a5a6",
218218
"metadata": {},
219219
"source": [
220220
"#### 1) Connect a slider to the `th` value.\n",
@@ -225,7 +225,7 @@
225225
{
226226
"cell_type": "code",
227227
"execution_count": null,
228-
"id": "ed2b0461",
228+
"id": "b6ef4340",
229229
"metadata": {},
230230
"outputs": [],
231231
"source": []

0 commit comments

Comments
 (0)