Skip to content

Commit e61454d

Browse files
committed
fix rendering
1 parent 5610826 commit e61454d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/IndependentSet.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ imgs = ntuple(k->show_graph(graph;
103103
vertex_colors=[iszero(all_max_configs.c[k][i]) ? "white" : "red"
104104
for i=1:nv(graph)]), m);
105105

106-
Compose.set_default_graphic_size(18cm, 4cm); Compose.compose(context(),
106+
Compose.set_default_graphic_size(18cm, 4cm)
107+
108+
Compose.compose(context(),
107109
ntuple(k->(context((k-1)/m, 0.0, 1.2/m, 1.0), imgs[k]), m)...)
108110

109111
# ##### enumeration of all IS configurations

0 commit comments

Comments
 (0)