Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alceal/plotlars
/ plot
Method
plot
crates/plotlars-plotters/src/ext.rs:23–25 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
21
22
impl<T: Plot> PlottersExt for T {
23
fn plot(&self) {
24
crate::render::plot_interactive(self);
25
}
26
27
fn save(&self, path: &str) {
28
crate::render::save_to_file(self, path);
Callers
nothing calls this directly
Calls
1
plot_interactive
Function · 0.85
Tested by
no test coverage detected