Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_scatter
Function · 0.45
test_desc_render
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_scatter
Function · 0.36
test_desc_render
Function · 0.36