hgg-frame: DataFrame abstraction (class PlotData) and the df |>> spec binding for hgg
A dataframe-independent abstraction for writing hgg plots as "dataframe + column names".
PlotData— a typeclass that bridges any dataframe type to aResolver(column name to ColData). Zero-dependency instances forMapand assoc-lists are included, so it works without any dataframe library.(|>>)— binds a dataframe to a spec, producing aBoundPlot. (The Hackagedataframepackage already uses|>, hence|>>.)
Rendering wrappers (saveSVGBound etc.) live in the backend packages (hgg-svg etc.), so this package depends only on hgg-core.
Downloads
- hgg-frame-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.17 && <5), containers (>=0.6 && <0.8), hgg-core (>=0.2 && <0.3), text (>=2.0 && <2.2), vector (>=0.13 && <0.14) [details] |
| License | BSD-3-Clause |
| Copyright | 2026 Aelysce Project (Toshiaki Honda) |
| Author | Toshiaki Honda |
| Maintainer | frenzieddoll@gmail.com |
| Uploaded | by frenzieddoll at 2026-08-13T04:18:45Z |
| Category | Graphics |
| Home page | https://github.com/frenzieddoll/hgg |
| Distributions | Stackage:0.2.0.0 |
| Reverse Dependencies | 9 direct, 2 indirect [details] |
| Downloads | 6 total (6 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-08-13 [all 1 reports] |