Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ggraph 2.1.0 source code.tar.gz | 2022-10-05 | 522.7 kB | |
ggraph 2.1.0 source code.zip | 2022-10-05 | 678.1 kB | |
README.md | 2022-10-05 | 676 Bytes | |
Totals: 3 Items | 1.2 MB | 0 |
- Update errors to use cli
- Use vctrs internally
- Add binned edge scales
- Fix a bug where removing the full data with a filter would throw an error
- Make sure all lyaout functions now correctly merge the layout with the node data without getting duplicate column names
- Fixed a bug in the start_cap implementation that would cause edges consisting of only two points to disappear
- Fixed a bug in
facet_graph()
when using.
on either dimension (#313) - Move dendrogram layout calculations to compiled code to avoid R's recursion stack limitations (#311)
- Fixed a bug in the circle pack algorithm that could result in overlapping circles (#305)