(&mut self, title: &str)
| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected