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

Set the color of the axes.

Definition at line 121 of file vtkfigXYPlot.cxx.

122  {
123  PlotState.axes_rgb[0]=r;
124  PlotState.axes_rgb[1]=g;
125  PlotState.axes_rgb[2]=b;
126  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.