Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/askanium/rustplotlib
/ set_height
Method
set_height
src/chart.rs:63–66 ·
view source on GitHub ↗
Set chart height.
(mut self, height: isize)
Source
from the content-addressed store, hash-verified
61
62
/// Set chart height.
63
pub fn set_height(mut self, height: isize) -> Self {
64
self.height = height;
65
self
66
}
67
68
/// Add chart title.
69
pub fn add_title(mut self, title: String) -> Self {
Callers
8
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected