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

Method star

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

Source from the content-addressed store, hash-verified

205 }
206
207 pub fn star(size: f32) -> Self {
208 Self {
209 size: Size::Pixels(size),
210 marker_type: MarkerType::Star,
211 }
212 }
213
214 pub fn triangle(size: f32) -> Self {
215 Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected