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

Method default

src/graph.rs:30–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29impl Default for GraphDesc {
30 fn default() -> Self {
31 Self {
32 node_color: GREEN,
33 title: Default::default(),
34 node_radius: 20.,
35 node_distance_x: 55.,
36 node_distance_y: 65.,
37 egde_color: EdgeColor::Mixed,
38 window_width: 395,
39 window_height: 395,
40 outer_ring: (GREEN, 0.)
41 }
42 }
43}
44
45#[derive(Debug, Default)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected