Feature request: rotating axes label text in 3D · Issue #1037 · matplotlib/matplotlib · GitHub
Skip to content

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

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions