Skip to content

Commit 6ff7261

Browse files
committed
Add readme
1 parent 037b1e7 commit 6ff7261

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Example Project for Plotters + GTK
2+
3+
This is an example project that shows how to integrate Plotters into a GTK application. This example is a simple visualization of the PDF 2 dimensional gaussian distribution.
4+
5+
For more detail about Plotters, see the core project repository at this [link](https://github.com/plotters-rs/plotters).
6+
7+
## Build and Run
8+
9+
```bash
10+
cargo run
11+
```
12+
13+
## Screenshot
14+
15+
![screenshot](https://plotters-rs.github.io/images/plotters-gtk-example.png)

0 commit comments

Comments
 (0)