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

Function test_3d

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

Source from the content-addressed store, hash-verified

2
3#[test]
4fn test_3d() {
5 let xs = [0.,1.,2.,3.,4.,5.,6.];
6 let ys = [0.,1.,4.,9.,16.,25.,36.];
7 let zs = [0.,1.,4.,9.,16.,25.,36.];
8
9 let plot = Plot3D::new((xs, ys, zs, "r-o"));
10 plot.show();
11}
12
13#[test]
14fn test_sub_zero_3d() {

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected