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

Method new_world

src/series.rs:179–184  ·  view source on GitHub ↗
(size: f64, marker_type: MarkerType)

Source from the content-addressed store, hash-verified

177 }
178
179 pub fn new_world(size: f64, marker_type: MarkerType) -> Self {
180 Self {
181 size: Size::World(size),
182 marker_type,
183 }
184 }
185
186 pub fn circle(size: f32) -> Self {
187 Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected