Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ test_plot4
Function
test_plot4
tests/test.rs:22–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
#[test]
22
fn test_plot4() {
23
let xs = [-1., -2., -3., -4.];
24
let ys = [-1., -1.5, -1., -1.5];
25
26
let plot = Plot::new((xs, ys));
27
plot.show();
28
}
29
30
#[test]
31
fn test_plot5() {
Callers
nothing calls this directly
Calls
1
show
Method · 0.45
Tested by
no test coverage detected