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

Method add_view

src/chart.rs:84–87  ·  view source on GitHub ↗

Add the dataset to the chart's view.

(mut self, view: &'a dyn View<'a>)

Source from the content-addressed store, hash-verified

82
83 /// Add the dataset to the chart's view.
84 pub fn add_view(mut self, view: &'a dyn View<'a>) -> Self {
85 self.views.push(view);
86 self
87 }
88
89 /// Add an axis at the bottom of the chart.
90 pub fn add_axis_bottom<T: ToString>(mut self, scale: &'a dyn Scale<T>) -> Self {

Callers 8

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected