Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ main
Function
main
examples/bar.rs:3–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
use graplot::Bar;
2
3
fn main() {
4
let mut bar = Bar::new([
"Ferris"
,
"Stefan"
,
"Test"
], &[100., 200., 700.]);
5
bar.set_title(
"title"
);
6
bar.set_xlabel(
"test"
);
7
bar.show();
8
}
Callers
nothing calls this directly
Calls
3
set_title
Method · 0.45
set_xlabel
Method · 0.45
show
Method · 0.45
Tested by
no test coverage detected