Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ test_plot2
Function
test_plot2
tests/test.rs:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
#[test]
10
fn test_plot2() {
11
let plot = Plot::new([-4., -2., 1., 4.]);
12
plot.show();
13
}
14
15
#[test]
16
fn test_plot3() {
Callers
nothing calls this directly
Calls
1
show
Method · 0.45
Tested by
no test coverage detected