DatPlot is a program that helps users view and analyze data. By uploading your data files, you can generate interactive line graphs and histograms. The program also allows you to adjust axis points, making it easy to focus on different variables in the dataset
Full documentation can be found on GitHub pages.
The Datplot download can be found under releases
Clone the repository to a local device and run these commands to get datplot running locally
uv sync
uv run datplot
uv run -m PyInstaller --windowed --icon=toy.ico --onefile --hidden-import numpy plotly.validators --collect-all nicegui src/datPlot.py
uv run -m PyInstaller datPlot.spec
DatPlot was developed by The Ohio State University Driving Simulation Lab.