#plot #graph #matplotlib #graphics

rust-plotter

一个快速且简单的库,用于使用Matplotlib绘制Vec<f64>

3个版本

0.1.2 2019年8月23日
0.1.1 2019年8月23日
0.1.0 2019年8月23日

#6 in #matplotlib

MIT许可证

6KB
75

rust-plotter

预期用途

rust-plotter旨在作为一个临时的绘图库,直到有人用Rust编写一个真正的库。目前,它只是一个接口,允许您通过serde-pickle使用Matplotlib来绘制两个Vec。它除了这个什么也不做。这个库是为了快速简单地绘制一个变量随时间的变化图而创建的。如果您不是这样做的,我建议您在其他地方寻找。

依赖项

R-P需要Python 3+和Matplotlib。如果您没有这些,可以在以下位置找到它们:[Python](https://www.pythonlang.cn/downloads/) 和 [Matplotlib](https://github.com/matplotlib/matplotlib)。我们还使用 [Serde](https://github.com/serde-rs/serde) 和 [serde-pickle](https://github.com/birkenfeld/serde-pickle),但这些在Cargo.toml中处理。

依赖项

~2MB
~34K SLoC