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

Set the title of the y axis.

Definition at line 63 of file vtkfigXYPlot.cxx.

64  {
65  XYPlotActor->SetYTitle(t.c_str());
66  ytitle=t;
67  }
vtkSmartPointer< vtkXYPlotActor > XYPlotActor
The main graphics actor.
Definition: vtkfigXYPlot.h:175
std::string ytitle
Definition: vtkfigXYPlot.h:186