Expand description
Graphics subsystem — plot data model, View() data model, color system, and rendering backends.
The data structures are always available. The interactive egui backends
are gated behind feature = "plot" and feature = "view".
Modules§
- color
- R color system — 657 named colors, hex parsing, color builtins.
- par
- Graphical parameter state (
par()) — stores R’s graphical parameters per-interpreter, matching R’spar()system. - PDF output via krilla + krilla-svg.
- plot_
data - Data structures for accumulated plot items.
- raster
- SVG-to-raster conversion using resvg + tiny-skia.
- svg_
device - SVG renderer — converts a
PlotStateinto an SVG string. - view
- View() data frame viewer using egui_table.
Structs§
- File
Device - A file-based graphics device (SVG, PNG, PDF, JPEG, BMP).
Enums§
- File
Format - Supported file device formats.