MCPcopy Create free account
hub / github.com/alceal/plotlars / main

Function main

crates/plotlars/examples/plotly_subplot_grid.rs:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7};
8
9fn main() {
10 regular_grid_example();
11 irregular_grid_example();
12 mixed_grid_example();
13}
14
15fn regular_grid_example() {
16 let dataset1 = CsvReader::new("data/animal_statistics.csv")

Callers

nothing calls this directly

Calls 3

regular_grid_exampleFunction · 0.85
irregular_grid_exampleFunction · 0.85
mixed_grid_exampleFunction · 0.85

Tested by

no test coverage detected