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

Adjust labels to "nice values" ?

If true, labels are adjusted to some rounded values. This is a bit experimental though.

Definition at line 103 of file vtkfigXYPlot.cxx.

104  {
105  PlotState.adjust_labels=b;
106  };
struct vtkfig::XYPlot::@4 PlotState
General state of the XYPlot.