Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elsa-lab/plotting-wand
Plot experimental results
https://github.com/elsa-lab/plotting-wand
data-visualization plotly
Last synced: 6 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T15:56:35.000Z (about 5 years ago)
- Last Synced: 2024-11-06T14:54:08.538Z (11 days 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).
![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).