Skip to content

Commit

Permalink
Register combmatrix.panel.line.color with ggplot2 theme elements
Browse files Browse the repository at this point in the history
  • Loading branch information
const-ae committed Jun 24, 2024
1 parent 2b97736 commit f05b336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
combmatrix.panel.striped_background.color.two = "#F7F7F7",
combmatrix.panel.point.size = 3,
combmatrix.panel.line.size = 1.2,
combmatrix.panel.line.color = "black",
combmatrix.panel.point.color.fill = "black",
combmatrix.panel.point.color.empty = "#E0E0E0",
element_tree = list(
Expand All @@ -30,6 +31,7 @@
combmatrix.panel.striped_background.color.two = ggplot2::el_def("character"),
combmatrix.panel.point.size = ggplot2::el_def("numeric"),
combmatrix.panel.line.size = ggplot2::el_def("numeric"),
combmatrix.panel.line.color = ggplot2::el_def("character"),
combmatrix.panel.point.color.fill = ggplot2::el_def("character"),
combmatrix.panel.point.color.empty = ggplot2::el_def("character")
)
Expand Down

0 comments on commit f05b336

Please sign in to comment.