Desktop HPLC chromatogram viewer built with tkinter and matplotlib. The predecessor to GeckoPlotter.
- Multi-dataset overlay with separate or combined plot modes
- Viridis and other color maps, configurable line thickness
- Interactive axis controls (X/Y min/max sliders)
- Peak detection and integration
- Annotations and labeling
- HPLC
.txtand UV-Vis CSV file readers - Session save/load
- Figure export
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python main.pyArchived — superseded by the Dash-based GeckoPlotter v2.
