Matt

Results 2 comments of Matt

Matplotlibcpp works with the old package mpl_toolkit module which was installed separately from matplotlib. Now mpl_toolkit is bundled with matplotlib (I think as of version 2 and up). The 3D...

Here is the workaround: In python, the way we would make 3d charts using mpl_toolkit would work like this. `fig = plt.figure(); ax = fig.gca(projection = '3d')` Nowadays in matplotlib...