1 2 3 4 5 6 7 8 9 10
* Debug: ```bash RUST_LOG=debug cargo run --example tutorial ``` * Plot (using [gnuplot](http://www.gnuplot.info/)) ```bash cargo run --example tutorial > examples/tutorial/output.txt gnuplot examples/tutorial/plot_anim.gnuplot ```