You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder contains a multitude of usage examples covering as many features of the library as possible. Instructions on how to run each example can be found in each example's subdirectory.
3
+
This folder contains a multitude of usage examples covering as many features of the library as possible.
4
4
5
-
Pull requests with more examples of different behaviour are always welcome.
5
+
To run the basic examples, `cd` into the chosen example folder and run `cargo run`. Upon completion all the generated plots of that example are located in the `output` folder as `html` files and can be open in your browser.
6
+
7
+
You can also configure the chosen example to open the resulting plots automatically. To do so, open the `src/main.rs` file, locate the `main` function and change the boolean flag of the called functions from `false` to `true`. This will make the examples open the default browser application and load the generated HTML files.
8
+
9
+
For more complex examples, instructions on how to run them can be found in the README of each example's subdirectory.
10
+
11
+
Pull requests with more examples of different behavior are always welcome.
0 commit comments