MCPcopy 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

1use graplot::Bar;
2
3fn 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_titleMethod · 0.45
set_xlabelMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected