Skip to main content

render_figure_png_bytes

Function render_figure_png_bytes 

Source
pub async fn render_figure_png_bytes(
    figure: Figure,
    width: u32,
    height: u32,
    theme: Option<PlotThemeConfig>,
    camera: Option<&Camera>,
    axes_cameras: Option<&[Camera]>,
    textmark: Option<&str>,
) -> Result<Vec<u8>, String>