VTKFIG  0.20.20181114
Easy VTK based in situ visualization
std::map< std::string, int > vtkfig::XYPlot::marker_types
staticprivate
Initial value:
{
{"+",3},
{"plus",3},
{"^^",5},
{"filled triangle",5},
{"^",18},
{"triangle",18},
{"#",19},
{"square",19},
{"##",6},
{"filled square",6},
{"o",20},
{"circle",20},
{"oo",7},
{"filled circle",7},
{"d",21},
{"diamond",21},
{"dd",8},
{"filled diamond",8}
}

Possible types of plot markers.

Definition at line 163 of file vtkfigXYPlot.h.