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

Function markers

tests/markers.rs:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3#[test]
4fn markers() {
5 let xs = [1., 8.];
6 let ys = [3., 10.];
7
8 let plot = Plot::new((xs, ys, "-o"));
9 plot.show();
10}

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected