Skip to content

Commit

Permalink
Reduce ribbon svg size
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoo4 committed Jun 8, 2024
1 parent ee7a7dc commit 115dfee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- 3 shapes ("gentoo", "chinstrap" & "adelie") added to a "penguin" set (#5).
- Invalid-shape error message notes shape may be in DEV (#2).
- New `shapes_cast()` creates a data frame of available sets & shapes (#3).
- Reduced `sysdata.rda` size by 30% switching from "bkzip2" to "xz" (#6).
- Reduced `sysdata.rda` size by 23% switching from "bkzip2" to "xz" (#6).
- Showcase vignette added.

# ggfoundry 0.1.1
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
8 changes: 4 additions & 4 deletions vignettes/ggfoundry.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ These artisanal symbols begin life as hand-drawn vector images with two layers:

When cooled and finely burnished, the `gTree` and all its grob children may then be manipulated by `geom_casting()` to render the desired ggplot with those special high-end adornments.

## **Acknowledgements**

Without the pivotal grConvert [@grConvert] and grImport2 [@grImport2] packages, the foundry process would not have been viable. And only thanks to the work behind ggplot2 [@ggplot2], may the shapes cast be so beautifully visualised.

## Contrast with unicodes

The extensive range of [unicodes](https://www.compart.com/en/unicode/category/So) is a great option. They are colourable and appear in the legend.
Expand Down Expand Up @@ -319,3 +315,7 @@ df |>
legend.position = "none"
)
```

## Acknowledgements

Without the pivotal grConvert [@grConvert] and grImport2 [@grImport2] packages, the foundry process would not have been viable. And only thanks to the work behind ggplot2 [@ggplot2], may the shapes cast be so beautifully visualised.

0 comments on commit 115dfee

Please sign in to comment.