lava / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
4.38k stars 1.13k forks source link

Add 3D scatter plots, allow more than one 3d plot on the same figure … #244

Closed Baggins800 closed 3 years ago

Baggins800 commented 3 years ago

…and make rcparams changeable.

lava commented 3 years ago

Thanks for contributing! I dropped your second commit while merging since the matplotlib docs state that ids are

starting at 1 and incremented for each new figure

but please feel free to open an additional PR with the change and a bit more explanation if this has caused issues for you.