VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetMarkerSize ( double  s)

Set the size of all markers in the plot.

Definition at line 170 of file vtkfigXYPlot.cxx.

171  {
172  PlotState.marker_size=s;
173  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.