Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ main
Function
main
examples/sigmoid.rs:3–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
use graplot::{x, Plot};
2
3
fn main() {
4
let plot = Plot::new((|x: f64| 1. / (1. + (-x).exp()), x(6.)));
5
plot.show()
6
}
Callers
nothing calls this directly
Calls
2
x
Function · 0.85
show
Method · 0.45
Tested by
no test coverage detected