23#ifndef HISTOGRAM_DISPLAY_PLOT_H
24#define HISTOGRAM_DISPLAY_PLOT_H
44 const uint64_t numDataPoints,
45 const double timeInterval);
67 void _resetXAxisPoints(
double left,
double right);
68 void _autoScaleY(
double bottom,
double top);
71 std::vector<double*> d_ydata;
75 double d_xmin, d_xmax, d_left, d_right;
80 bool d_autoscalex_state;
QWidget base plot to build QTGUI plotting tools.
Definition DisplayPlot.h:65
QWidget for displaying time domain plots.
Definition HistogramDisplayPlot.h:36
bool getAccumulate() const
void setSemilogx(bool en)
void setAccumulate(bool en)
void setLineColor(unsigned int which, QColor color)
void plotNewData(const std::vector< double * > dataPoints, const uint64_t numDataPoints, const double timeInterval)
HistogramDisplayPlot(unsigned int nplots, QWidget *)
void setMarkerAlpha(unsigned int which, int alpha)
virtual ~HistogramDisplayPlot()
void setAutoScale(bool state)
void setSemilogy(bool en)
void setNumBins(unsigned int bins)
void setXaxis(double min, double max)
int getMarkerAlpha(unsigned int which) const