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 .,