Skip to content

Feature request: rotating axes label text in 3D #1037

@sniemi

Description

@sniemi

I am requesting that mplot3d would not override a user-specified rotation given when creating an axes label. The following code demonstrates:

import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')
ax.set_zlabel('label text flipped', rotation=45) #this rotation is being ignored/overridden
ax.azim = 225
plt.show()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions