hubVis
Plotting methods for hub models output
The hubverse plotting layer spends its releases absorbing upstream churn, not adding charts.
◆Recent moves
- 11mo ago
Compatibility fix for ggplot2 4.0.0
A downstream compatibility patch for ggplot2 4.0.0, deliberately written to keep working with earlier versions as well. It protects existing plots against a major upstream release rather than changing anything a user would see.
View source ↗ - 1y ago
Palette creation fixed for colour parameters
A single fix to palette creation for the *_color parameters. It is the second colour-handling correction in the package's short history, reinforcing that palette assignment is where the edge cases live.
View source ↗ - 1y ago
Legend built after plot so all traces appear
Legend construction moves to after plot generation so every expected trace appears, and fill_by is coerced to a factor internally to make palette assignment deterministic. Both are corrections to the first stable release rather than new capability.
View source ↗ - 1y ago
Stable release brings group parameter to interactive plots
The stable 0.1.0 marker, extending the group parameter of plot_step_ahead_model_output() to both static and interactive plots and adding snapshot tests of graphical output. Parity between the two plot modes is the substance; the snapshot tests are what make the later patch releases safe to ship.
View source ↗