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

Set the format string for y axis labels.

Definition at line 98 of file vtkfigXYPlot.cxx.

99  {
100  strncpy(PlotState.ylabel_format,fmt.c_str(),desclen);
101  }
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.
static const int desclen
Fixed length string size.
Definition: vtkfigXYPlot.h:184