MCPcopy Index your code
hub / github.com/askanium/rustplotlib / add_title

Method add_title

src/chart.rs:69–72  ·  view source on GitHub ↗

Add chart title.

(mut self, title: String)

Source from the content-addressed store, hash-verified

67
68 /// Add chart title.
69 pub fn add_title(mut self, title: String) -> Self {
70 self.title = title;
71 self
72 }
73
74 /// Set the margins of the chart to provided values.
75 pub fn set_margins(mut self, top: isize, right: isize, bottom: isize, left: isize) -> Self {

Callers 8

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected