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

Set the format string for x axis labels.

Definition at line 92 of file vtkfigXYPlot.cxx.

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