https://github.com/elsa-lab/plotting-wand
Plot experimental results
https://github.com/elsa-lab/plotting-wand
data-visualization plotly
Last synced: about 1 year ago
JSON representation
Plot experimental results
- Host: GitHub
- URL: https://github.com/elsa-lab/plotting-wand
- Owner: elsa-lab
- License: mit
- Created: 2019-07-15T07:47:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T15:56:35.000Z (over 6 years ago)
- Last Synced: 2025-01-09T03:41:48.286Z (over 1 year ago)
- Topics: data-visualization, plotly
- Language: Python
- Homepage:
- Size: 11.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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).

## 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).