dataplotlib 0.1.2

dataplotlib is a(n early stage) hassle-free library for plotting data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Josh Leverette <coder543@gmail.com>"]
name = "dataplotlib"
version = "0.1.2"
license = "MIT"
keywords = ["plotting", "graphing", "matplotlib", "scientific"]
description = "dataplotlib is a(n early stage) hassle-free library for plotting data"
documentation = "https://docs.rs/dataplotlib/"

[lib]
name = "dataplotlib"
path = "./src/lib.rs"

[dependencies]
piston_window = "0.52.0"