using long color codes only
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user