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

Method set_title

src/plots/plot.rs:61–63  ·  view source on GitHub ↗
(&mut self, title: &str)

Source from the content-addressed store, hash-verified

59 }
60
61 pub fn set_title(&mut self, title: &str) {
62 self.axis_desc.title = title.to_string();
63 }
64
65 pub fn set_xlabel(&mut self, label: &str) {
66 self.axis_desc.x_label = label.to_string();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected