diff --git a/articles/using-ggVennDiagram-cn.html b/articles/using-ggVennDiagram-cn.html index 29a4d2a..41e2f95 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 bc670f1..9e5510b 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 f9890ea..b67d4b6 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-22T01:24Z +last_built: 2023-12-22T05:43Z 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 b5ae49b..7cf60c9 100644 Binary files a/reference/Rplot002.png and b/reference/Rplot002.png differ diff --git a/reference/Rplot003.png b/reference/Rplot003.png index 2fc35c1..2d2b491 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 bf5936a..483e030 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 3ebda18..ef89747 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 69ef143..b7e41aa 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 c47c217..789e8bd 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 [4]> 4 +#> 1 1 A <chr [4]> 4 +#> 2 2 B <chr [3]> 3 #> 3 3 C <chr [3]> 3 -#> 4 4 D <chr [5]> 5 +#> 4 4 D <chr [3]> 3 #> 5 1/2 A/B <chr [1]> 1 -#> 6 1/3 A/C <chr [2]> 2 +#> 6 1/3 A/C <chr [0]> 0 #> 7 1/4 A/D <chr [1]> 1 -#> 8 2/3 B/C <chr [2]> 2 +#> 8 2/3 B/C <chr [1]> 1 #> 9 2/4 B/D <chr [0]> 0 -#> 10 3/4 C/D <chr [1]> 1 +#> 10 3/4 C/D <chr [0]> 0 #> 11 1/2/3 A/B/C <chr [0]> 0 -#> 12 1/2/4 A/B/D <chr [1]> 1 -#> 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 [0]> 0 +#> 12 1/2/4 A/B/D <chr [0]> 0 +#> 13 1/3/4 A/C/D <chr [1]> 1 +#> 14 2/3/4 B/C/D <chr [2]> 2 +#> 15 1/2/3/4 A/B/C/D <chr [1]> 1