fillpattern
R package fillpattern by cmmr — release notes from GitHub.
Pattern fills for ggplot2, hardened against the ways users write sizes
◆Recent moves
- 6mo ago
Size string parsing fixed; invalid units now report instead of crash
The parsing fixes are the substance: a trailing colon in a size modifier no longer applies the width to the height, and modify_size() handles invalid unit strings gracefully while gaining in, inches and cm. A scale_fill_pattern() background colour bug is fixed and the R floor rises to 4.2.0 for recent graphics engine features.
View source ↗ - 2y ago
Small fill areas no longer crash; min_size falls back to solid
Fixes a crash on very small fill areas and adds min_size so those regions render as solid fills instead. A sensible degradation — a pattern in a two-pixel wedge conveys nothing anyway, and the alternative was a failed plot.
View source ↗ - 2y ago
fillpattern 1.0.1
Lowers the installation requirement to R 4.1 for conda-forge compatibility — a packaging concession, later reversed when 1.0.3 raised the floor to 4.2.0.
View source ↗