Skip to content

Commit

Permalink
Updated figure color-coding to be more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Dec 4, 2023
1 parent 229c2c7 commit 879ab7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publishing/data/topology.dot
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ digraph graphname {
label = "<env>_<date>/";
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];
}
Expand Down
4 changes: 2 additions & 2 deletions publishing/data/workflow.dot
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 879ab7f

Please sign in to comment.