MCPcopy Create free account
hub / github.com/elftausend/graplot / Plot

Class Plot

src/plots/plot.rs:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Clone, Default)]
9pub struct Plot {
10 pub xs: Matrix,
11 pub ys: Matrix,
12 pub line_desc: Vec<LineDesc>,
13 pub axis_desc: AxisDesc,
14 pub desc: Desc,
15}
16
17impl Plot {
18 pub fn new(args: impl PlotArg) -> Plot {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected