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

Function main

examples/1x.rs:3–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1use graplot::Plot;
2
3fn main() {
4 let plot = Plot::new(|x| 1. / (x+4.));
5 plot.show();
6}

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected