[go: up one dir, main page]

plotters 0.1.3

Anoter Plotting Library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "plotters"
version = "0.1.3"
authors = ["Hao Hou <haohou302@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Anoter Plotting Library in Rust"
repository = "https://github.com/38/plotters"

[dependencies]
svg = "0.5.12"
image = "0.21.1"
rusttype = "0.7.6"
font-loader = "0.8.0"
lazy_static = "^1.2"
chrono = "0.4.6"