Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
impl PlotArg for () {
118
fn as_plot(&self) -> Plot {
119
Default::default()
120
}
121
}
122
123
impl<T: ToF64<Output = f64>, const N: usize> PlotArg for ([T; N], [T; N]) {
Callers
4
new
Method · 0.45
add
Method · 0.45
new
Method · 0.45
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected