Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/askanium/rustplotlib
/ set_width
Method
set_width
src/chart.rs:57–60 ·
view source on GitHub ↗
Set chart width.
(mut self, width: isize)
Source
from the content-addressed store, hash-verified
55
56
/// Set chart width.
57
pub fn set_width(mut self, width: isize) -> Self {
58
self.width = width;
59
self
60
}
61
62
/// Set chart height.
63
pub fn set_height(mut self, height: isize) -> 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