RustGnuplot:一个用于绘制图的Rust库由Gnuplot提供支持 源码
RustGnuplot 用Rust编写的Gnuplot控制器。 文献资料 看 例子 一个简单的例子: let mut fg = Figure :: new (); fg. axes2d () . set_title ( "A plot" , & []) . set_legend ( Graph ( 0.5 ), Graph ( 0.9 ), & [], & []) . set_x_label ( "x" , & []) . set_y_label ( "y^2" , & []) . lines ( & [ - 3 ., - 2 ., - 1 ., 0 ., 1 ., 2 .,
文件列表
RustGnuplot-master.zip
(预估有个46文件)
RustGnuplot-master
.travis.yml
935B
cargo_util.py
4KB
rustfmt.toml
2KB
gnuplot
src
coordinates.rs
1KB
util.rs
1KB
axes2d.rs
23KB
figure.rs
17KB
暂无评论