fixed the double plot due to unzooming in gui

This commit is contained in:
Dhanya Maliakal
2017-11-13 15:25:49 +01:00
parent a250565f44
commit 409519a3db
3 changed files with 14 additions and 11 deletions

View File

@ -68,7 +68,7 @@ public:
SlsQt2DPlot(QWidget * = NULL);
// SlsQt2DHist *GetHistogram(){ return hist; }
void UnZoom();
void UnZoom(bool replot=true);
void SetZoom(double xmin,double ymin,double x_width,double y_width);