RustGnuplot:一个用于绘制图的Rust库,由Gnuplot提供支持

时间:2024-02-26 12:20:05
【文件属性】:

文件名称:RustGnuplot:一个用于绘制图的Rust库,由Gnuplot提供支持

文件大小:123KB

文件格式:ZIP

更新时间:2024-02-26 12:20:05

rust gnuplot RustRust

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
----.travis.yml(935B)
----cargo_util.py(4KB)
----rustfmt.toml(2KB)
----gnuplot()
--------src()
--------Cargo.toml(2KB)
--------examples()
----Readme.md(1KB)
----LICENSE(7KB)
----doc()
--------fg1.1.png(41KB)
--------light.css(9KB)
--------dark.css(9KB)
--------fg.readme_example.png(18KB)
--------gh_pages_upload.sh(667B)
--------Cargo.toml(208B)
--------rustdoc.css(21KB)
--------dummy.rs(1B)
----.gitignore(116B)

网友评论