chrisdembia / cpp-plotter

Minimal working example of a C++ plotting example using the QCustomPlot widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Plotting Application template

This project is fairly complete example of using the QCustomPlot class. All mouse handlers are enabled so you can zoom using the mousewheel, select individual axes and zoom only one axis at a time, change the plot title by clicking on it, or change legends.

After cloning this repository, execute the following commands:

    $ git submodule init
    $ git submodule update
    $ cd qcustomplot
    $ ./run-amalgamate.sh

To build the example application, run:

    $ mkdir build
    $ cmake ..
    $ make
    $ ./source/plotapp

About

Minimal working example of a C++ plotting example using the QCustomPlot widget.


Languages

Language:C++ 100.0%