Skip to content

Simple plotter using the Qt framework and Qcustomplot

License

Notifications You must be signed in to change notification settings

jondef/QDataVis

Repository files navigation

QDataVis

Download | Feedback

GitHub labels GitHub labels GitHub GitHub repo size Maintenance

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.

🚀 Features

  • 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

🖼️ Screenshot

QDataVis

💾 Download

Pre-built executables for Windows, macOS, and Linux are found on the Releases page.

⚙️ Building from source

To build QDataVis from source, you'll need:

  • Qt6 - v6.1.0+ installed and included in PATH
  • CMake - v3.17+

  1. Clone the repository
git clone --recurse-submodules https://github.com/jondef/QDataVis.git
  1. Load the CMake project and compile!
cd ./QDataVis && cmake -DCMAKE_BUILD_TYPE=Debug . && make QDataVis -j8

❤️ Feedback

Found a bug? Got suggestions? Create an issue!

📝 License

Apache 2.0

About

Simple plotter using the Qt framework and Qcustomplot

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published