MCPcopy Create free account
hub / github.com/askanium/rustplotlib / add_bar

Method add_bar

src/views/horizontal_bar.rs:166–168  ·  view source on GitHub ↗

Add a [Bar] entry to the dataset entries list.

(&mut self, bar: Bar)

Source from the content-addressed store, hash-verified

164
165 /// Add a [Bar] entry to the dataset entries list.
166 fn add_bar(&mut self, bar: Bar) {
167 self.entries.push(bar);
168 }
169
170}
171

Callers 1

load_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected