Expand description
Chart export to PNG (plotters bitmap) and EPS (minimal PostScript, no deps).
Structs§
- BoxPlot
Export Bounds - Bounds and options for rendering a box plot export.
- Chart
Export Bounds - Bounds and options for rendering the chart to a file.
- Chart
Export Series - One series: name and (x, y) points (y already log-transformed if log scale).
Enums§
- Chart
Export Format - Export format for chart: PNG or EPS.
Functions§
- write_
box_ plot_ eps - Write box plot to EPS (Encapsulated PostScript). No external dependencies.
- write_
box_ plot_ png - Write box plot to PNG using plotters bitmap backend.
- write_
chart_ eps - Write chart to EPS (Encapsulated PostScript). No external dependencies.
- write_
chart_ png - Write chart to PNG using plotters bitmap backend.
- write_
heatmap_ eps - Write heatmap to EPS (Encapsulated PostScript). No external dependencies.
- write_
heatmap_ png - Write heatmap to PNG using plotters bitmap backend.