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.
I'm working on a generative art generator library for python called Samila based on the matplotlib scatter plot. It gets two functions and maps a square space into a arbitrary shape. We want the ...