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

Function test_plot3

tests/test.rs:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15#[test]
16fn test_plot3() {
17 let plot = Plot::new(([-1.6], "o"));
18 plot.show();
19}
20
21#[test]
22fn test_plot4() {

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected