simply-view-image-for-python-debugging
simply-view-image-for-python-debugging copied to clipboard
3D subplots not working
Viewing 3D subplots is not working. Viewing the entire figure does work as expected.
fig = plt.figure()
ax3d = plt.subplot(1,1,1,projection='3d')
ax3d.scatter(range(20), range(20), range(20))