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

Function test_plot

tests/test.rs:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected