https://github.com/chekoduadarsh/yopo-you-only-plot-once
YOPO - A near zero code plotting library 📊 📈 📉
https://github.com/chekoduadarsh/yopo-you-only-plot-once
dash dashboard hacktoberfest plotly python visualization
Last synced: 25 days ago
JSON representation
YOPO - A near zero code plotting library 📊 📈 📉
- Host: GitHub
- URL: https://github.com/chekoduadarsh/yopo-you-only-plot-once
- Owner: chekoduadarsh
- License: apache-2.0
- Created: 2021-12-25T04:47:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T13:46:03.000Z (about 2 years ago)
- Last Synced: 2025-03-30T17:11:08.481Z (about 2 months ago)
- Topics: dash, dashboard, hacktoberfest, plotly, python, visualization
- Language: Python
- Homepage:
- Size: 953 KB
- Stars: 37
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# **YOPO** (You Only Plot Once)




[](https://pepy.tech/project/yopo)
**You Only Plot Once**
YOPO is an **~0 Code** interactive dashboard which generates various standard plots.you can create various graphs and charts with a click of a button. This tool uses Dash and Flask in backend.
[](https://colab.research.google.com/github/chekoduadarsh/YOPO-You-Only-Plot-Once/blob/master/example.ipynb)
# Table of contents
- [**YOPO** (You Only Plot Once)](#yopo-you-only-plot-once)
- [Table of contents](#table-of-contents)
- [Installing YOPO](#installing-yopo)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)# Installing YOPO
To install from PyPi:
```shell
pip install yopo
```To install from source:
```shell
cd
git clone https://github.com/chekoduadarsh/YOPO-You-Only-Plot-Once.git
# or download and unzip https://github.com/AutoViML/AutoViz/archive/master.zip
# if you dont have virtualenv install from here https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/
python3 -m venv env
source env/bin/activate
git clone https://github.com/chekoduadarsh/YOPO-You-Only-Plot-Once.git
# or download and unzip https://github.com/AutoViML/AutoViz/archive/master.zip
cd yopo
python3 -m pip install .
```# Usage
its very easy to use YOPO, u just need to pass the dataframe and it will generate the dashboard.
A code like this will generate multiple plots like given below.



# Contribute
If you find any error or need support please raise a issue. If you think you can add a feature, or help solve a bug please raise a PR
This repo welcomes any kind of contributions :pray:Feel free to adapt it criticize it and support it the way you like!!
# License
[Apache License, Version 2.0](https://github.com/chekoduadarsh/YOPO-You-Only-Plot-Once/blob/master/LICENSE.txt)
[](https://www.buymeacoffee.com/chekoduadarsh)