VTKFIG  0.20.20181114
Easy VTK based in situ visualization
std::shared_ptr< XYPlot > vtkfig::XYPlot::New ( )
static
Examples:
examples/example-multifig.cxx, and examples/example-xyplot.cxx.

Definition at line 19 of file vtkfigXYPlot.cxx.

20  {
21  return std::make_shared<XYPlot>();
22  }