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

Method set_ylabel

src/plots/plot.rs:69–71  ·  view source on GitHub ↗
(&mut self, label: &str)

Source from the content-addressed store, hash-verified

67 }
68
69 pub fn set_ylabel(&mut self, label: &str) {
70 self.axis_desc.y_label = label.to_string();
71 }
72
73 pub fn show(self) {
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected