MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / triangle

Method triangle

src/series.rs:214–219  ·  view source on GitHub ↗
(size: f32)

Source from the content-addressed store, hash-verified

212 }
213
214 pub fn triangle(size: f32) -> Self {
215 Self {
216 size: Size::Pixels(size),
217 marker_type: MarkerType::Triangle,
218 }
219 }
220}
221
222/// Errors that can occur when constructing or adding a series.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected