Skip to content

A derived class from QCustomPlot for a easy to use plot zoom function.

License

Notifications You must be signed in to change notification settings

virtmax/qcustomplotzoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qcustomplotzoom

A derived class from QCustomPlot (http://qcustomplot.com/) for an easy to use plot zoom function.

Functionality:

Zoom
  • Activate with ->setZoomMode(true);
  • Hold right mouse key to select a zoom region.
  • Click middle mouse key to rescale the plot.
Keys
  • L: Switch between logarithmic and linear scaling
Error bars
  • Enable error bars for a graph with ->setErrorBars(graphNr);
  • Set error bars data with ->setErrorBarsData(const QVector &error_data);

About

A derived class from QCustomPlot for a easy to use plot zoom function.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published