Welcome to matplotlib-cpp, possibly the simplest C++ plotting library. It is built to resemble the plotting API used by Matlab and matplotlib. matplotlib-cpp works by wrapping the popular python ...
This is revisiting #4487 in which @jakevdp suggested changing the default of bins to 'auto'. Since automatic determination is now supported in matplotlib via numpy, I think it would be great to make ...