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