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

Method as_plot

src/plots/plot.rs:118–120  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

116
117impl PlotArg for () {
118 fn as_plot(&self) -> Plot {
119 Default::default()
120 }
121}
122
123impl<T: ToF64<Output = f64>, const N: usize> PlotArg for ([T; N], [T; N]) {

Callers 4

newMethod · 0.45
addMethod · 0.45
newMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected