23#ifndef HISTOGRAM_DISPLAY_PLOT_H
24#define HISTOGRAM_DISPLAY_PLOT_H
44 const int64_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 setLineColor(int which, QColor color)
void setSemilogx(bool en)
void setAccumulate(bool en)
HistogramDisplayPlot(int nplots, QWidget *)
void setMarkerAlpha(int which, int alpha)
virtual ~HistogramDisplayPlot()
void setNumBins(int bins)
void setAutoScale(bool state)
void setSemilogy(bool en)
void setXaxis(double min, double max)
void plotNewData(const std::vector< double * > dataPoints, const int64_t numDataPoints, const double timeInterval)
int getMarkerAlpha(int which) const
float min(float a, float b)