the-mixtape / QtPlot

QtPlot is a QT C++ widget for plotting and visualizing data. Based on QCustomPlot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QtPlot

QT C++ widget for plotting and visualizing data

This library is based on QCustomPlot. The library adds missing functionality to QCustomPlot and implements the Waterfall graph type. New functionality has been added to new layers, which allows you not to redraw the entire graph and work quickly. Also in the solution there is an ExampleProject in which you can see how to use these classes.

Classes:


QtPlot

Implemented features

  • movable markers
  • clamp move & zoom zone
  • full customization of marker styles
  • synchronization of the zoom (2 modes)

WaterfallPlot

Based on Qimage of pure Qt and QCPItemPixmap of QCustomPlot.

Implemented features

  • data feed from top, bottom, left and right.
  • clearing plot
  • thread for append data
  • full customization color, resolution, position

About

QtPlot is a QT C++ widget for plotting and visualizing data. Based on QCustomPlot.

License:MIT License


Languages

Language:C++ 99.8%Language:QMake 0.2%Language:C 0.0%