Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ test_plot3
Function
test_plot3
tests/test.rs:16–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
#[test]
16
fn test_plot3() {
17
let plot = Plot::new(([-1.6],
"o"
));
18
plot.show();
19
}
20
21
#[test]
22
fn test_plot4() {
Callers
nothing calls this directly
Calls
1
show
Method · 0.45
Tested by
no test coverage detected