VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetXRange ( double  x0,
double  x1 
)

Set the range of the x values.

Setting x1 < x0 enables autodetection

Definition at line 69 of file vtkfigXYPlot.cxx.

70  {
71  PlotState.fixXMin=x0;
72  PlotState.fixXMax=x1;
73  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.