diff --git a/articles/using-ggVennDiagram-cn.html b/articles/using-ggVennDiagram-cn.html index 0b506d6..34a992c 100644 --- a/articles/using-ggVennDiagram-cn.html +++ b/articles/using-ggVennDiagram-cn.html @@ -172,7 +172,7 @@

显示区域中的成员#> Warning in geom_text(aes(label = .data$count, text = .data$item), data = #> region_label): Ignoring unknown aesthetics: text
- +

设定区域标签的内容、颜色和大小 diff --git a/articles/using-ggVennDiagram.html b/articles/using-ggVennDiagram.html index 08518a5..88c0bff 100644 --- a/articles/using-ggVennDiagram.html +++ b/articles/using-ggVennDiagram.html @@ -165,7 +165,7 @@

Show intersection values#> Warning in geom_text(aes(label = .data$count, text = .data$item), data = #> region_label): Ignoring unknown aesthetics: text

- +

Setting set label diff --git a/pkgdown.yml b/pkgdown.yml index 8a793e4..6b6a0e6 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -7,7 +7,7 @@ articles: using-ggVennDiagram: using-ggVennDiagram.html using-new-shapes: using-new-shapes.html venn-plot-with-more-than-four-sets: venn-plot-with-more-than-four-sets.html -last_built: 2023-12-21T01:44Z +last_built: 2023-12-21T01:47Z urls: reference: https://gaospecial.github.io/ggVennDiagram/reference article: https://gaospecial.github.io/ggVennDiagram/articles diff --git a/reference/Rplot002.png b/reference/Rplot002.png index e79dbf8..517bd01 100644 Binary files a/reference/Rplot002.png and b/reference/Rplot002.png differ diff --git a/reference/Rplot003.png b/reference/Rplot003.png index 3eb7f2f..9529f25 100644 Binary files a/reference/Rplot003.png and b/reference/Rplot003.png differ diff --git a/reference/plot_upset-1.png b/reference/plot_upset-1.png index 7cb3294..73c4f4c 100644 Binary files a/reference/plot_upset-1.png and b/reference/plot_upset-1.png differ diff --git a/reference/plot_upset-2.png b/reference/plot_upset-2.png index fe45a5c..9a21b9b 100644 Binary files a/reference/plot_upset-2.png and b/reference/plot_upset-2.png differ diff --git a/reference/plot_upset-3.png b/reference/plot_upset-3.png index 5e92cd4..ed262a9 100644 Binary files a/reference/plot_upset-3.png and b/reference/plot_upset-3.png differ diff --git a/reference/venn_data.html b/reference/venn_data.html index 5d447aa..0e24dbb 100644 --- a/reference/venn_data.html +++ b/reference/venn_data.html @@ -119,21 +119,21 @@

Examples

#> # A tibble: 15 × 4 #> id name item count #> <chr> <chr> <list> <int> -#> 1 1 A <chr [3]> 3 -#> 2 2 B <chr [3]> 3 +#> 1 1 A <chr [4]> 4 +#> 2 2 B <chr [2]> 2 #> 3 3 C <chr [3]> 3 -#> 4 4 D <chr [2]> 2 +#> 4 4 D <chr [3]> 3 #> 5 1/2 A/B <chr [0]> 0 -#> 6 1/3 A/C <chr [2]> 2 +#> 6 1/3 A/C <chr [1]> 1 #> 7 1/4 A/D <chr [1]> 1 -#> 8 2/3 B/C <chr [1]> 1 -#> 9 2/4 B/D <chr [3]> 3 -#> 10 3/4 C/D <chr [0]> 0 +#> 8 2/3 B/C <chr [3]> 3 +#> 9 2/4 B/D <chr [1]> 1 +#> 10 3/4 C/D <chr [1]> 1 #> 11 1/2/3 A/B/C <chr [0]> 0 -#> 12 1/2/4 A/B/D <chr [0]> 0 -#> 13 1/3/4 A/C/D <chr [1]> 1 +#> 12 1/2/4 A/B/D <chr [2]> 2 +#> 13 1/3/4 A/C/D <chr [0]> 0 #> 14 2/3/4 B/C/D <chr [0]> 0 -#> 15 1/2/3/4 A/B/C/D <chr [1]> 1 +#> 15 1/2/3/4 A/B/C/D <chr [0]> 0