VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetNumberOfYLabels ( int  n)

Set the number of y axis labels.

Definition at line 87 of file vtkfigXYPlot.cxx.

88  {
89  PlotState.nylabels=n;
90  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.