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

Function main

examples/huge_scatter.rs:11–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9use rand_distr::{Distribution, Normal};
10
11fn main() -> iced::Result {
12 iced::application(new_scatter, update, view)
13 .font(include_bytes!("fonts/FiraCodeNerdFont-Regular.ttf"))
14 .default_font(iced::Font::with_name("FiraCode Nerd Font"))
15 .theme(iced::theme::Theme::SolarizedDark)
16 .run()
17}
18
19#[derive(Debug, Clone)]
20enum Message {

Callers

nothing calls this directly

Calls 1

themeMethod · 0.80

Tested by

no test coverage detected