matplotlib-cpp with 3D scatter plot is a quick hack code to add following two functions to matplotlib-cpp, which is one of the simplest C++ plotting libraries.
A demo of creating a 3d scatter parametric curve and line graph. The parametric curve is defined by its corresponding parametric equations: x = f ( t) and y = g ( t) within a given interval.