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

Method ring

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

Source from the content-addressed store, hash-verified

191 }
192
193 pub fn ring(size: f32) -> Self {
194 Self {
195 size: Size::Pixels(size),
196 marker_type: MarkerType::EmptyCircle,
197 }
198 }
199
200 pub fn square(size: f32) -> Self {
201 Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected