MCPcopy Index your code
hub / github.com/askanium/rustplotlib / View

Interface View

src/views/mod.rs:10–12  ·  view source on GitHub ↗

A trait that defines a View of a dataset that can be rendered within a chart.

Source from the content-addressed store, hash-verified

8
9/// A trait that defines a View of a dataset that can be rendered within a chart.
10pub trait View<'a> {
11 fn to_svg(&self) -> Result<Group, Error>;
12}

Callers

nothing calls this directly

Implementers 3

vertical_bar.rssrc/views/vertical_bar.rs
scatter.rssrc/views/scatter.rs
horizontal_bar.rssrc/views/horizontal_bar.rs

Calls

no outgoing calls

Tested by

no test coverage detected