VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetLineWidth ( double  w)

Set the width of all lines in the plot.

Definition at line 164 of file vtkfigXYPlot.cxx.

165  {
166  PlotState.line_width=w;
167  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.