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

Method circle

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

Source from the content-addressed store, hash-verified

184 }
185
186 pub fn circle(size: f32) -> Self {
187 Self {
188 size: Size::Pixels(size),
189 marker_type: MarkerType::FilledCircle,
190 }
191 }
192
193 pub fn ring(size: f32) -> Self {
194 Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected