QXRD  0.11.16
qxrdhistogramplot.cpp
Go to the documentation of this file.
1 #include "qxrdhistogramplot.h"
2 
4  QcepPlot(parent)
5 {
6 }
7 
9 {
10  QcepPlot::init(settings);
11 
12  insertLegend(m_Legend, QwtPlot::BottomLegend);
13  setAxisTitle(QwtPlot::yLeft, "# Pixels");
14  setAxisTitle(QwtPlot::xBottom, "Intensity (% of overflow value)");
15 }
QWeakPointer< QxrdHistogramPlotSettings > QxrdHistogramPlotSettingsWPtr
QxrdHistogramPlot(QWidget *parent=0)
QwtLegend * m_Legend
Definition: qcepplot.h:58
void init(QxrdHistogramPlotSettingsWPtr settings)
void init(QcepPlotSettingsWPtr settings)
Definition: qcepplot.cpp:36