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

Method set_desc

src/plots/plot.rs:22–24  ·  view source on GitHub ↗
(&mut self, desc: Desc)

Source from the content-addressed store, hash-verified

20 }
21
22 pub fn set_desc(&mut self, desc: Desc) {
23 self.desc = desc;
24 }
25
26 /// Set graph color
27 /// # Example

Callers 5

test_scatterFunction · 0.45
test_desc_renderFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_scatterFunction · 0.36
test_desc_renderFunction · 0.36