Skip to content

Commit

Permalink
fix: [v0.1.0] updated colors
Browse files Browse the repository at this point in the history
  • Loading branch information
senbaikang committed Nov 1, 2022
1 parent b3d0342 commit 2d43cd6
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
Binary file modified simulation/scripts/fig2.pdf
Binary file not shown.
16 changes: 8 additions & 8 deletions simulation/scripts/magic_color.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ prettify.colors <- function(tool.names) {
tool.sieve.colors <- character()

predefined.colors.cellphy <- c(
"#a0bc1d",
"#d0e766",
"#0aad28",
"#0cdc32"
"#008169",
"#10b698",
"#00dcb5",
"#78f9e2"
)
predefined.colors.sifit <- c(
"#149af2",
Expand All @@ -45,16 +45,16 @@ prettify.colors <- function(tool.names) {
"#7c93c5"
)
predefined.colors.sciphi <- c(
"#c06c00",
"#ffab40"
"#ff6e3a",
"#f6a688"
)
predefined.colors.sieve <- c(
"#e64b35",
"#f09285",
"#990000",
"#ed6e6e",
"#9d16ce",
"#bc55e1",
"#9400e6",
"#c873f6",
"#66267d",
"#8c5f9c"
)
Expand Down
Binary file modified simulation/scripts/s1.pdf
Binary file not shown.
Binary file modified simulation/scripts/s2.pdf
Binary file not shown.
Binary file modified simulation/scripts/s3.pdf
Binary file not shown.
Binary file modified simulation/scripts/s4.pdf
Binary file not shown.
Binary file modified simulation/scripts/s5.pdf
Binary file not shown.
Binary file modified simulation/scripts/s6.pdf
Binary file not shown.
Binary file modified simulation/scripts/s7.pdf
Binary file not shown.
Binary file modified simulation/scripts/s8.pdf
Binary file not shown.
Binary file modified simulation/scripts/s9.pdf
Binary file not shown.

0 comments on commit 2d43cd6

Please sign in to comment.