Skip to content

Commit beb7c95

Browse files
committed
minor updates
1 parent 6482247 commit beb7c95

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/exercises/1 tree layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# %%
2-
# %matplotlib widget
2+
%matplotlib widget
33
from ogdf_python import ogdf, cppinclude
44

55
cppinclude("ogdf/basic/graph_generators/randomized.h")

docs/exercises/3 dijkstra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# %%
2-
# %matplotlib widget
2+
%matplotlib widget
33
from ogdf_python import ogdf, cppinclude, cppdef
44
import cppyy
55

docs/exercises/4 contraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# %%
2-
# %matplotlib widget
2+
%matplotlib widget
33
from ogdf_python import ogdf, cppinclude
44
from itertools import combinations
55

docs/tutorial/2 embeddings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# likewise, reordering nodes and edges in the interactive preview doesn't change the order
4141

4242
# %% [markdown]
43-
# ![adjList.png](attachment:adjList.png)
43+
# ![img/adjList.png](attachment:img/adjList.png)
4444

4545

4646
# %%
@@ -103,7 +103,7 @@ def dump(o):
103103
# try to locate this face in your drawing!
104104

105105
# %% [markdown]
106-
# ![faceOrder.png](attachment:faceOrder.png)
106+
# ![img/faceOrder.png](attachment:img/faceOrder.png)
107107

108108
# %%
109109
# instead of manually trying to find a planar embedding, OGDF can do that for us!

docs/tutorial/img/adjList.png

82 KB
Loading

docs/tutorial/img/faceOrder.png

37 KB
Loading

0 commit comments

Comments
 (0)