Skip to content

Commit c7217f9

Browse files
author
Kevin Jedelhauser
committed
lattice bug fix
1 parent 4d62dac commit c7217f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lattice/createGraph.gv.pdf

5 Bytes
Binary file not shown.

linegraph/renderLinegraph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
INDEX_OUTPUT_FILENAME = False
4444

4545

46-
NODE_PARSER = parseNodeDefault
46+
NODE_PARSER = g.parseNodeDefault
4747

4848

4949
def load_as_line_graph(input_file):
@@ -174,7 +174,7 @@ def plot_graphs(S, exportDir):
174174

175175
# draw type borders
176176
nx.draw_networkx_nodes(difftree, pos,
177-
node_size=int(NODE_SIZE * TYPE_BORDER_SIZE),
177+
node_size=int(NODE_SIZE * g.TYPE_BORDER_SIZE),
178178
node_color=node_type_colors)
179179

180180
# draw nodes

0 commit comments

Comments
 (0)