iced_plot 0.4.0

A GPU-accelerated plotting widget for Iced.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- For serving examples with trunk -->
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Iced plot example</title>
    <base data-trunk-public-url />
</head>

<body style="margin: 0; padding: 0; width:100%; height:100svh">
    <link data-trunk rel="rust" href="../Cargo.toml" />
</body>

</html>