MCPcopy Create free account
hub / github.com/alceal/plotlars / to_svg

Method to_svg

crates/plotlars-plotters/src/ext.rs:31–33  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

29 }
30
31 fn to_svg(&self) -> String {
32 crate::render::render_to_svg_string(self)
33 }
34}
35
36#[cfg(test)]

Calls 1

render_to_svg_stringFunction · 0.85