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

Function test_plot5

tests/test.rs:31–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30#[test]
31fn test_plot5() {
32 let plot = Plot::new(([-1.6, -1.9], "7o-"));
33 plot.show();
34}
35
36#[test]
37fn test_sine_wave() {

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected