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 a
Resolver (column name to ColData). Zero-dependency instances for
Map and assoc-lists are included, so it works without any dataframe
library.
* (|>>) — binds a dataframe to a spec, producing a BoundPlot.
(The Hackage dataframe package 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.1.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 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.17 && <5), containers (>=0.6 && <0.8), hgg-core (>=0.1 && <0.2), 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-07-18T16:51:50Z |
| Category | Graphics |
| Home page | https://github.com/frenzieddoll/hgg |
| Distributions | |
| Reverse Dependencies | 8 direct, 0 indirect [details] |
| Downloads | 3 total (3 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-07-18 [all 1 reports] |