Skip to content

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

License

Notifications You must be signed in to change notification settings

the-mixtape/QtPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages