QDataVis is a simple to use, UI based, cross-platform, interactive plotter powered by that seeks to provide a quick way of visualising data sets.
- Plot data sets and visualise functions
- Polynomial regression (~3x slower than Octave)
- Includes a mathematical expression parser written by me :)
- Export your plots as an image
- Configure plot aesthetics
- Ability to use OpenGL for rendering
- Dark mode for nerds
Pre-built executables for Windows, macOS, and Linux are found on the Releases page.
To build QDataVis from source, you'll need:
- Clone the repository
git clone --recurse-submodules https://github.com/jondef/QDataVis.git
- Load the CMake project and compile!
cd ./QDataVis && cmake -DCMAKE_BUILD_TYPE=Debug . && make QDataVis -j8
Found a bug? Got suggestions? Create an issue!
Apache 2.0