using long color codes only
This commit is contained in:
@@ -596,7 +596,7 @@ def __simple_ds__(label, obj, edges):
|
||||
bordercolor = "#00aaff"
|
||||
style = "penwidth=2"
|
||||
if cls == "GAMDataSource":
|
||||
fillcolor = "#eee"
|
||||
fillcolor = "#eeeeee"
|
||||
node = f"{id}[label=<<B>{label}</B><BR/>{cls}>, "
|
||||
node += f'{style}, fillcolor="{fillcolor}", color="{bordercolor}"]\n'
|
||||
if thread and not multi_thread:
|
||||
|
||||
Reference in New Issue
Block a user