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

Method add_bar

src/views/vertical_bar.rs:167–169  ·  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

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

Callers 1

load_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected