WPlot is a C++11 plotting library. It's based on Qt framework and it's based on custom widgets that draw plots.
The library needs following libraries in order to build and work:
- Qt (version >= 5.0)
In order to build and use the library a C++11 compiler that support Qt is needed. The library can be built using CMake (version >= 3.0.0).