VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetLegendPosition ( double  x,
double  y 
)

Set the position of the legend box.

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

Definition at line 134 of file vtkfigXYPlot.cxx.

135  {
136  PlotState.legend_posx=x;
137  PlotState.legend_posy=y;
138  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.