Adjust Axes3D label positioning
I share your frustration. I worked on it for a good half hour and got nowhere. The docs say set_xlabel takes an arg labelpad but I get an error (AttributeError: Unknown property labelpad)! Setting it after the fact doesn’t do anything, on xaxis or w_xaxis. Here’s a crude workaround: import matplotlib matplotlib.use(“TKAGG”) import matplotlib.pyplot as … Read more