VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetYRange ( double  y0,
double  y1 
)

Set the range of the y values.

Setting y1 < y0 enables autodetection

Definition at line 76 of file vtkfigXYPlot.cxx.

77  {
78  PlotState.fixYMin=y0;
79  PlotState.fixYMax=y1;
80  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.