From 879ab7fa343b93cc460091ac9fdb862cccec60cb Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 4 Dec 2023 11:57:55 -0500 Subject: [PATCH] Updated figure color-coding to be more informative --- publishing/data/topology.dot | 2 +- publishing/data/workflow.dot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/publishing/data/topology.dot b/publishing/data/topology.dot index eab4e61f..fd0ae0d0 100644 --- a/publishing/data/topology.dot +++ b/publishing/data/topology.dot @@ -86,7 +86,7 @@ digraph graphname { label = "_/"; fontcolor = "#00a3cc"; color = "#00a3cc"; - repa[label=" article.pdf ", shape=note, color="#BBBBBB", fillcolor="#bbffdd"]; + repa[label=" article.pdf ", shape=note, color="#BBBBBB", fillcolor="#bbffdd"]; rep_[label=" ... ", shape=note, color="#BBBBBB", fillcolor=grey93]; repa -> rep_ [style=invis]; } diff --git a/publishing/data/workflow.dot b/publishing/data/workflow.dot index b3185dd9..8805a66e 100644 --- a/publishing/data/workflow.dot +++ b/publishing/data/workflow.dot @@ -73,10 +73,10 @@ digraph graphname { fontcolor = "#00a3cc"; color = "#42e3dc"; - ra[label="Reexecuted Article (PDF)", shape=box, color="#BBBBBB", fillcolor=grey93]; + ra[label="Reexecuted Article (PDF)", shape=box, color="#BBBBBB", fillcolor="#bbffdd"]; blank30[style=invis]; blank31[style=invis]; - map[label="Meta-Article (PDF)", shape=box, color="#BBBBBB", fillcolor=grey93]; + map[label="Meta-Article (PDF)", shape=box, color="#BBBBBB", fillcolor="#bbeeff"]; mpp[label="Meta-Poster (PDF)", shape=box, color="#BBBBBB", fillcolor=grey93]; } ra -> ras:n [constraint=false, color=grey64];