feat: add image/plotters

This commit is contained in:
2020-12-05 10:46:43 +08:00
parent 907c894dbc
commit 9884ea62f3
9 changed files with 1297 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "plotters"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.7.3"
rand_distr = "0.3.0"
rand_xorshift = "0.2.0"
chrono = "0.4.19"
plotters = "0.3.0"