mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 10:00:40 +02:00
got rid of sample plot for 2d again
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@105 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
parent
3759b48c6e
commit
d083d80a29
@ -30,7 +30,7 @@ DEPENDPATH += \
|
||||
|
||||
INCLUDEPATH += \
|
||||
$(QWTDIR)/include\
|
||||
$(QWTDIR)/src\
|
||||
# $(QWTDIR)/src\
|
||||
$(QWT3D)/include\
|
||||
slsDetectorPlotting/include\
|
||||
include\
|
||||
|
@ -158,7 +158,7 @@ void qDrawPlot::SetupWidgetWindow(){
|
||||
|
||||
plot2D = new SlsQt2DPlotLayout(boxPlot);
|
||||
plot2D->setFont(QFont("Sans Serif",9,QFont::Normal));
|
||||
//plot2D->GetPlot()->SetData(nPixelsX,-0.5,nPixelsX-0.5,nPixelsY,startPixel,endPixel,lastImageArray);
|
||||
plot2D->GetPlot()->SetData(nPixelsX,-0.5,nPixelsX-0.5,nPixelsY,startPixel,endPixel,lastImageArray);
|
||||
plot2D->setTitle(GetImageTitle());
|
||||
plot2D->SetXTitle(imageXAxisTitle);
|
||||
plot2D->SetYTitle(imageYAxisTitle);
|
||||
@ -1057,7 +1057,7 @@ void qDrawPlot::ClonePlot(){
|
||||
else{
|
||||
|
||||
plot2D = new SlsQt2DPlotLayout(boxPlot);
|
||||
//plot2D->GetPlot()->SetData(nPixelsX,-0.5,nPixelsX-0.5,nPixelsY,startPixel,endPixel,lastImageArray);
|
||||
plot2D->GetPlot()->SetData(nPixelsX,-0.5,nPixelsX-0.5,nPixelsY,startPixel,endPixel,lastImageArray);
|
||||
plot2D->setFont(QFont("Sans Serif",9,QFont::Normal));
|
||||
plot2D->setTitle(GetImageTitle());
|
||||
plot2D->SetXTitle(imageXAxisTitle);
|
||||
|
Loading…
x
Reference in New Issue
Block a user