Metadata-Version: 2.1
Name: elsa-plotting-wand
Version: 1.0.1
Summary: Plot experimental results
Home-page: https://github.com/elsa-lab/plotting-wand
Author: Shawn Chang
Author-email: shawn420@gapp.nthu.edu.tw
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/elsa-lab/plotting-wand/issues
Project-URL: Source, https://github.com/elsa-lab/plotting-wand
Keywords: data-visualization plotting plotly tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=3.0.0)
Requires-Dist: numpy (>=1.6.0)
Requires-Dist: pandas (>=0.13.0)
Requires-Dist: plotly (>=4.0.0)
Requires-Dist: psutil
Requires-Dist: requests
Requires-Dist: seaborn (>=0.9.0)
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: examples
Requires-Dist: kaggle ; extra == 'examples'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# Plotting Wand

Plot experimental results.

This project mainly uses [Plotly](https://plot.ly/python/) configurations and have limited compatibility with [Seaborn](https://seaborn.pydata.org/index.html).

![subplots/plot_line_plotly.py.png](https://github.com/elsa-lab/plotting-wand/raw/master/examples/subplots/images/plot_line_plotly.py.png)

## Features

* Friendly API interface
* Plotting examples

## Prerequisites

1. Linux-based terminals (For Windows, I recommend using [git-sdk](https://github.com/git-for-windows/build-extra/releases))
2. Python 3.5 or higher
3. [Orca](https://github.com/plotly/orca) (For saving image when plotting with Plotly)

## Installation

Run the following command:

```bash
pip install elsa-plotting-wand
```

## Examples

To get started, see the example [Minimalist](https://github.com/elsa-lab/plotting-wand/tree/master/examples/minimalist). For practical usage, see the example [Subplots](https://github.com/elsa-lab/plotting-wand/tree/master/examples/subplots).


