Metadata-Version: 2.1
Name: pymakeplots
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://github.com/TimothyADavis/pymakeplots
Author: Timothy A. Davis
Author-email: DavisT@cardiff.ac.uk
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: astropy

[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-382/) [![PyPI version](https://badge.fury.io/py/pymakeplots.svg)](https://badge.fury.io/py/pymakeplots) 

A python module for making publication quality plots and output datafiles (including moment zero, one, two, PVD's and spectra) from interferometric datacubes. 


### Install

You can install pymakeplots with `pip install pymakeplots`. Alternatively you can download the code, navigate to the directory you unpack it too, and run `python setup.py install`.

It requires the following modules:

* numpy
* matplotlib
* scipy
* astropy


### Documentation

Coming soon.


### Commumication

If you find any bugs, or wish to be kept up to date when new versions of this software are released, please raise an issue here on github, or email us at DavisT -at- cardiff.ac.uk.

### License

pymakeplots is MIT-style licensed, as found in the LICENSE file.


Many thanks,

Dr Timothy A. Davis

Cardiff, UK


