A derived class from QCustomPlot (http://qcustomplot.com/) for an easy to use plot zoom function.
- Activate with ->setZoomMode(true);
- Hold right mouse key to select a zoom region.
- Click middle mouse key to rescale the plot.
- L: Switch between logarithmic and linear scaling
- Enable error bars for a graph with ->setErrorBars(graphNr);
- Set error bars data with ->setErrorBarsData(const QVector &error_data);