mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 10:10:08 +01:00
Don’t spam filled until dot breaks
This commit is contained in:
@@ -551,7 +551,7 @@ class KernelDG(nx.DiGraph):
|
|||||||
if n in lcd_line_numbers[dep]:
|
if n in lcd_line_numbers[dep]:
|
||||||
if "style" not in graph.nodes[n]:
|
if "style" not in graph.nodes[n]:
|
||||||
graph.nodes[n]["style"] = "filled"
|
graph.nodes[n]["style"] = "filled"
|
||||||
else:
|
elif ",filled" not in graph.nodes[n]["style"]:
|
||||||
graph.nodes[n]["style"] += ",filled"
|
graph.nodes[n]["style"] += ",filled"
|
||||||
graph.nodes[n]["fillcolor"] = 2 + col % 11
|
graph.nodes[n]["fillcolor"] = 2 + col % 11
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user