MCPcopy Create free account
hub / github.com/elftausend/graplot / show

Method show

src/graph.rs:109–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 }
108
109 pub fn show(self) {
110
111 let conf = Conf {
112 window_title: self.graph_desc.title.clone(),
113 window_width: 395,
114 window_height: 395,
115 ..Default::default()
116 };
117 litequad::Window::from_config(conf, render::graph::run(self));
118 }
119}
120
121fn count_nodes_in_layers(layers: &[Layer]) -> usize {

Callers 15

test_poly_2ndFunction · 0.45
test_poly_1stFunction · 0.45
test_graphFunction · 0.45
test_scatterFunction · 0.45
test_pieFunction · 0.45
test_pie_labeledFunction · 0.45
markersFunction · 0.45
test_basic_barFunction · 0.45
test_neg_basic_barFunction · 0.45
test_small_barFunction · 0.45
test_only_neg_barFunction · 0.45
test_only_one_barFunction · 0.45

Calls 1

runFunction · 0.50

Tested by 15

test_poly_2ndFunction · 0.36
test_poly_1stFunction · 0.36
test_graphFunction · 0.36
test_scatterFunction · 0.36
test_pieFunction · 0.36
test_pie_labeledFunction · 0.36
markersFunction · 0.36
test_basic_barFunction · 0.36
test_neg_basic_barFunction · 0.36
test_small_barFunction · 0.36
test_only_neg_barFunction · 0.36
test_only_one_barFunction · 0.36