VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetGridColor ( double  r,
double  g,
double  b 
)

Set the color of the grid lines.

Definition at line 114 of file vtkfigXYPlot.cxx.

115  {
116  PlotState.grid_rgb[0]=r;
117  PlotState.grid_rgb[1]=g;
118  PlotState.grid_rgb[2]=b;
119  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.