https://github.com/mvinyard/vinplots
Michael E. Vinyard's python plotting assistant
https://github.com/mvinyard/vinplots
data-visualization plotting python
Last synced: 1 day ago
JSON representation
Michael E. Vinyard's python plotting assistant
- Host: GitHub
- URL: https://github.com/mvinyard/vinplots
- Owner: mvinyard
- License: mit
- Created: 2021-11-12T21:13:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T20:11:19.000Z (over 1 year ago)
- Last Synced: 2025-09-08T06:57:28.880Z (29 days ago)
- Topics: data-visualization, plotting, python
- Language: Python
- Homepage: https://pypi.org/project/vinplots/
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](https://github.com/mvinyard/vinplots/)
[](https://pypi.python.org/pypi/vinplots/)
[](https://badge.fury.io/py/vinplots)
[](https://github.com/psf/black)[Michael Vinyard](https://github.com/mvinyard)'s python plotting assistant
### To install (Current release: [`v0.0.75`](https://github.com/mvinyard/vinplots/releases/tag/v0.0.75)):
```BASH
pip install vinplots
```**To install the development version**:
```BASH
git clone https://github.com/mvinyard/vinplots.git; cd vinplots
pip install -e .
```### Quickstart
```python
import vinplots
fig, axes = vinplots.quick_plot()
```For more documentation, see: [here](https://vinplots.readthedocs.io/en/latest/index.html).