I am trying to print 3d scattered plot in python. However when I use this line
ax = fig.add_subplot(111,projection='3d') I get the following error:
KeyError: u'_internal.classic_mode'
For complete information, I am running it on macOS and my matplotlib version is 1.1.3