VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::ShowGrid ( bool  b)

Show grid lines in the plot ?

Definition at line 109 of file vtkfigXYPlot.cxx.

110  {
111  PlotState.grid_show=b;
112  };
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.