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

Set the color of the next plot.

Definition at line 157 of file vtkfigXYPlot.cxx.

158  {
159  NextPlotInfo.line_rgb[0]=r;
160  NextPlotInfo.line_rgb[1]=g;
161  NextPlotInfo.line_rgb[2]=b;
162  }
PlotInfo NextPlotInfo
"finite state machine" struture accumulating repective info for next plot
Definition: vtkfigXYPlot.h:278