Skip to main content

Module chart_export

Module chart_export 

Source
Expand description

Chart export to PNG (plotters bitmap) and EPS (minimal PostScript, no deps).

Structs§

BoxPlotExportBounds
Bounds and options for rendering a box plot export.
ChartExportBounds
Bounds and options for rendering the chart to a file.
ChartExportSeries
One series: name and (x, y) points (y already log-transformed if log scale).

Enums§

ChartExportFormat
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.