Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eliotbo/bevy_plot
/ into_plot_format
Method
into_plot_format
src/plot/plot_format.rs:13–15 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
11
12
impl Plotable for Vec<Vec2> {
13
fn into_plot_format(&self) -> PlotFormat {
14
PlotFormat { data: self.clone() }
15
}
16
}
17
18
impl Plotable for Vec<(f64, f64)> {
Callers
3
plotopt
Method · 0.80
plot
Method · 0.80
plotm
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected