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

Set the number of x axis labels.

Definition at line 82 of file vtkfigXYPlot.cxx.

83  {
84  PlotState.nxlabels=n;
85  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.