using long color codes only

This commit is contained in:
Martino Ferrari
2026-04-22 11:21:08 +02:00
parent 13c3647f74
commit 83048054a2
+1 -1
View File
@@ -596,7 +596,7 @@ def __simple_ds__(label, obj, edges):
bordercolor = "#00aaff" bordercolor = "#00aaff"
style = "penwidth=2" style = "penwidth=2"
if cls == "GAMDataSource": if cls == "GAMDataSource":
fillcolor = "#eee" fillcolor = "#eeeeee"
node = f"{id}[label=<<B>{label}</B><BR/>{cls}>, " node = f"{id}[label=<<B>{label}</B><BR/>{cls}>, "
node += f'{style}, fillcolor="{fillcolor}", color="{bordercolor}"]\n' node += f'{style}, fillcolor="{fillcolor}", color="{bordercolor}"]\n'
if thread and not multi_thread: if thread and not multi_thread: