Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ test_every_quadrant
Function
test_every_quadrant
tests/plot.rs:4–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
#[test]
4
fn test_every_quadrant() {
5
let plot = Plot::new(([-1., -1.5, -2.1, -1., -1.5, -2.1, 1., 1.5, 2.1, 1., 1.5, 2.1], [-2., -1., -2.5, 2., 1., 2.5, -2., -1., -2.5, 2., 1., 2.5],
"ro"
));
6
plot.show();
7
}
Callers
nothing calls this directly
Calls
1
show
Method · 0.45
Tested by
no test coverage detected