class StripChart Strip-chart display class.
The strip-chart class displays N series of data points that vary with the same x (time) spacing. An arbitrary number of data series (pens) may be displayed over an arbitrary interval. The pens are numbered from 0 to nPen-1. Each strip chart object is displayed on a separate root TCanvas created and controlled by the object.
StripChart(int nPen, TPad* canvas)
~StripChart()
bool getLogY(int p) const
XAxis_t getMaxX(void) const
XAxis_t getMinX(void) const
int getN(void) const
void setAxisType(enum AxisType mode)
void setAutoScroll(bool smode=true)
void setBias(int p, float bias)
void setColor(int p, const char* color)
void setColor(int p, int color)
void setLogY(int p, bool logy)
void setLogY(bool logy)
void setMaxX(XAxis_t xmax)
void setMaxY(float ymax)
void setMinX(XAxis_t xmin)
void setMinY(float ymin)
void setN(int N)
void setNPen(int N)
void setScale(int p, float scale)
void setScroll(float scrolmin)
void setShowNames(bool show)
void setStripe(int p, float Center, float hWidth)
void setTitle(int p, const char* title)
void scroll(float dT)
void plot(XAxis_t x, const float* y)
void redraw(void)
alphabetic index hierarchy of classes
generated by doc++