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

Set the size of the legend box.

Use normalized viewport coordinates ( [0,1]x[0,1] )

Definition at line 140 of file vtkfigXYPlot.cxx.

141  {
142  PlotState.legend_w=w;
143  PlotState.legend_h=h;
144  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.