VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetTitle ( const std::string  t)

Set the title of the plot.

Definition at line 51 of file vtkfigXYPlot.cxx.

52  {
53  XYPlotActor->SetTitle(t.c_str());
54  title=t;
55  }
vtkSmartPointer< vtkXYPlotActor > XYPlotActor
The main graphics actor.
Definition: vtkfigXYPlot.h:175
std::string title
Definition: vtkfigXYPlot.h:185