Skip to content

whidbey/SmartPlot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smartplot

A flexible and fast data visualization tool built with Qt

Features

  • Fast! Runs on QCustomPlot and supports hardware acceleration
  • Currently supports delimited files plus a few custom types. Should be easy to support new types.
  • Modify plots with Qt's QJSEngine

Example Plot

Getting Started

  1. Run the Exe or build from source
  2. File -> OpenDataFile and select delimited file type. If the data has a headers lines that will be used as column names
  3. Right click to display imported data, left click to plot.

TLDR: Right click always brings up the context menu based on what is selected.
CTRL + left click to select multiple items Double click to change text. Middle click to view value for the points under the mouse + min, avg, max values for that series in the current window. Middle click then CTRL + middle click to show Delta values

About

A flexible and fast data visualization tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.8%
  • Other 0.2%