ggpointless
Extra Geometries and Stats for 'ggplot2'
ggpointless keeps adding the ggplot2 layers nobody else bothered to write.
◆Recent moves
- 3mo ago
Pictogram unit charts, gridline layers and a family of fading geoms
The biggest release in the package's history and still accretion rather than redirection — more geoms, built the way this package builds them. The fade family generalizes the alpha-gradient idea from geom_area_fade() across paths, segments, curves and reference lines; the unit charts add a chart type ggplot2 lacks; geom_gridline() inverts the usual layering by drawing grid lines above the data.
View source ↗ - 5mo ago
Fourier and arch geoms, area fades and glowing points
Introduces the gradient techniques the next release builds on — geom_area_fade() via grid::linearGradient() and geom_point_glow() via radialGradient() — alongside curve-fitting geoms. The bundled co2_ml, covid_vac and female_leaders datasets are removed rather than left to go stale, taking their vignette with them, and the package moves to ggplot2 4.0.0.
View source ↗ - 2y ago
geom_catenary() draws a hanging chain
One geom added, and the ggplot2-tracking pattern already in place: geom_lexis() picks up the linewidth argument from ggplot2 3.4.0 and deprecates point_size for size.
View source ↗ - 3y ago
geom_chaikin() adds corner-cutting path smoothing
A two-line release note listing the geom and its stat. Chaikin's algorithm smooths a path by repeatedly cutting corners, and it is the kind of specific technique this package exists to expose.
View source ↗ - 4y ago
geom_lexis() and the female_leaders dataset
The earliest release in the feed, adding the Lexis diagram geom that the package was originally built around, plus a bundled dataset later removed in 0.2.0 when the maintainer decided against shipping copies of external data.
View source ↗