Skip to content

Commit 1f85e0e

Browse files
authored
Merge pull request #47 from MunchLab/circular_switches
Circular switches
2 parents 839579b + d668faa commit 1f85e0e

104 files changed

Lines changed: 7241 additions & 515 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc_source/notebooks/Matisse/Matisse_ECT.ipynb

Lines changed: 13 additions & 12 deletions
Large diffs are not rendered by default.

doc_source/notebooks/Tutorial-ECT_for_CW_Complexes.ipynb

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 8,
14+
"execution_count": 1,
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"cell_type": "code",
31-
"execution_count": 9,
31+
"execution_count": 2,
3232
"metadata": {},
3333
"outputs": [
3434
{
@@ -37,7 +37,7 @@
3737
"<Axes: >"
3838
]
3939
},
40-
"execution_count": 9,
40+
"execution_count": 2,
4141
"metadata": {},
4242
"output_type": "execute_result"
4343
},
@@ -64,7 +64,7 @@
6464
"\n",
6565
"K.add_face(['A', 'B', 'C', 'D'])\n",
6666
"\n",
67-
"K.set_centered_coordinates(type = 'min_max')\n",
67+
"K.set_centered_coordinates()\n",
6868
"K.plot()"
6969
]
7070
},
@@ -77,7 +77,7 @@
7777
},
7878
{
7979
"cell_type": "code",
80-
"execution_count": 10,
80+
"execution_count": 3,
8181
"metadata": {},
8282
"outputs": [
8383
{
@@ -86,7 +86,7 @@
8686
"<Axes: >"
8787
]
8888
},
89-
"execution_count": 10,
89+
"execution_count": 3,
9090
"metadata": {},
9191
"output_type": "execute_result"
9292
},
@@ -102,7 +102,7 @@
102102
}
103103
],
104104
"source": [
105-
"K = create_example_cw()\n",
105+
"K = create_example_cw(centered = True)\n",
106106
"K.plot(bounding_circle=True)"
107107
]
108108
},
@@ -115,7 +115,7 @@
115115
},
116116
{
117117
"cell_type": "code",
118-
"execution_count": 11,
118+
"execution_count": 4,
119119
"metadata": {},
120120
"outputs": [
121121
{
@@ -124,7 +124,7 @@
124124
"<Axes: >"
125125
]
126126
},
127-
"execution_count": 11,
127+
"execution_count": 4,
128128
"metadata": {},
129129
"output_type": "execute_result"
130130
},
@@ -153,7 +153,7 @@
153153
},
154154
{
155155
"cell_type": "code",
156-
"execution_count": 12,
156+
"execution_count": 5,
157157
"metadata": {},
158158
"outputs": [
159159
{
@@ -194,7 +194,7 @@
194194
},
195195
{
196196
"cell_type": "code",
197-
"execution_count": 13,
197+
"execution_count": 6,
198198
"metadata": {},
199199
"outputs": [],
200200
"source": [
@@ -210,7 +210,7 @@
210210
},
211211
{
212212
"cell_type": "code",
213-
"execution_count": 14,
213+
"execution_count": 7,
214214
"metadata": {},
215215
"outputs": [
216216
{
@@ -223,7 +223,7 @@
223223
" -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1])"
224224
]
225225
},
226-
"execution_count": 14,
226+
"execution_count": 7,
227227
"metadata": {},
228228
"output_type": "execute_result"
229229
}
@@ -242,7 +242,7 @@
242242
},
243243
{
244244
"cell_type": "code",
245-
"execution_count": 15,
245+
"execution_count": 8,
246246
"metadata": {},
247247
"outputs": [
248248
{
@@ -269,7 +269,7 @@
269269
},
270270
{
271271
"cell_type": "code",
272-
"execution_count": 16,
272+
"execution_count": 9,
273273
"metadata": {},
274274
"outputs": [
275275
{
@@ -284,7 +284,7 @@
284284
" [ 0., 0., 0., ..., -1., -1., -1.]])"
285285
]
286286
},
287-
"execution_count": 16,
287+
"execution_count": 9,
288288
"metadata": {},
289289
"output_type": "execute_result"
290290
}
@@ -303,7 +303,7 @@
303303
},
304304
{
305305
"cell_type": "code",
306-
"execution_count": 17,
306+
"execution_count": 10,
307307
"metadata": {},
308308
"outputs": [
309309
{
@@ -338,7 +338,7 @@
338338
},
339339
{
340340
"cell_type": "code",
341-
"execution_count": 18,
341+
"execution_count": 11,
342342
"metadata": {},
343343
"outputs": [
344344
{

doc_source/notebooks/Tutorial-ECT_for_embedded_graphs.ipynb

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

doc_source/notebooks/Tutorial-ExactECT.ipynb

Lines changed: 255 additions & 0 deletions
Large diffs are not rendered by default.

doc_source/tutorials.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Tutorials
88
notebooks/Tutorial-ECT_for_embedded_graphs
99
notebooks/Tutorial-ECT_for_CW_Complexes
1010
notebooks/Matisse/Matisse_ECT
11+
notebooks/Tutorial-ExactECT
1112

128 Bytes
Loading
-25 KB
Loading
213 Bytes
Loading
-19 Bytes
Loading
360 Bytes
Loading

0 commit comments

Comments
 (0)