mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-13 07:30:06 +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 "style" not in graph.nodes[n]:
|
||||
graph.nodes[n]["style"] = "filled"
|
||||
else:
|
||||
elif ",filled" not in graph.nodes[n]["style"]:
|
||||
graph.nodes[n]["style"] += ",filled"
|
||||
graph.nodes[n]["fillcolor"] = 2 + col % 11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user