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

Method circles

src/series.rs:367–369  ·  view source on GitHub ↗

Create a new series with circle markers.

(positions: Vec<[f64; 2]>, size: f32)

Source from the content-addressed store, hash-verified

365
366 /// Create a new series with circle markers.
367 pub fn circles(positions: Vec<[f64; 2]>, size: f32) -> Self {
368 Self::markers_only(positions, MarkerStyle::circle(size))
369 }
370
371 /// Create a new series with square markers.
372 pub fn squares(positions: Vec<[f64; 2]>, size: f32) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected