VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::ShowLegend ( bool  b)

Show a legend box ?

Definition at line 129 of file vtkfigXYPlot.cxx.

130  {
131  PlotState.legend_show=b;
132  };
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.