Skip to content

jepessen/wplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPlot

Introduction

WPlot is a C++11 plotting library. It's based on Qt framework and it's based on custom widgets that draw plots.

Dependencies

The library needs following libraries in order to build and work:

  • Qt (version >= 5.0)

Build tools

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).