Thanks Ben for your explanation. I have filed a feature request:
https://github.com/matplotlib/matplotlib/issues/1037
Cheers,
Sami
On 24 Jul 2012, at 15:39, Benjamin Root wrote:
> On Tue, Jul 24, 2012 at 10:10 AM, Sami Niemi wrote:
> Hi,
>
> I have not managed to rotate the axe
Hi,
I have not managed to rotate the axes label text when generating a 3D plot,
while in 2D everything works just fine. Here's a short snippet to demonstrate:
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')