Metadata-Version: 2.1
Name: plot
Version: 0.6.4
Summary: A matplotlib frontend executable using JSON file as user input
Home-page: https://github.com/yuhangwang/plot
Author: Yuhang(Steven) Wang
Author-email: UNKNOWN
License: MIT/X11
Platform: UNKNOWN
Requires-Dist: matplotlib
Requires-Dist: typing
Requires-Dist: numpy
Requires-Dist: pyyaml

plot
========
This is a command line package for using matplotlib
to make plots based on input JSON or YAML file.

Examples
=========
This package is still in active development.  
For examples, you can take a look at the [test/run](https://github.com/yuhangwang/plot/tree/master/test/run) folder.
Currently `plot` supports plotting `line`, `bar`, `matrix` and `span` plots.
The full list of available parameters can be found in the [plot/parameter](https://github.com/yuhangwang/plot/tree/master/plot/parameter) folder.  
In the subfolders: `data`, `global` and `local`,
the `all.yaml` contains all the parameters for each these fields.
It is automatically generated using the the individual yaml files,  
such as `bar.yaml`, `line.yaml`, etc.
A documentation will be available soon.


License
==========
MIT/X11 (c) Yuhang(Steven) Wang, 2016

