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

Function test_sub_zero_3d

tests/3d.rs:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13#[test]
14fn test_sub_zero_3d() {
15 let xs = [-1.,1.,2.,3.,4.,5.,6.];
16 let ys = [0.,1.,4.,9.,16.,25.,36.];
17 let zs = [0.,1.,4.,9.,16.,25.,36.];
18
19 let plot = Plot3D::new((xs, ys, zs, "r-o"));
20 plot.show();
21}

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected