This is a GUI application for plotting data from an Excel spreadsheet. The application is implemented using Python and PyQt.
The code and the organisation of the project are generated by chatGPT, with extensive human guidances.
The important text prompt is included in the commit message.
(This repo is created to celebrate my first AI aided project. Hopefully more will come very soon!)
- Load data from an Excel file
- Select two columns to plot interactively
- Update the plot each time different columns are selected or the plot button is clicked
- Plot data as either a line plot or scatter plot
- Apply a custom Y-Transformation to the plotted data
- Interactive plot with the toolbar from matplotlib, allowing the user to zoom in and out
- Clone or download the repository
- Install the required dependencies:
pip install -r requirements.txt
- Run the code:
python main.py
- Build a package:
make package