-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Open
Labels
New featurekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Actiontopic: mplot3d
Milestone
Description
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()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
New featurekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Actiontopic: mplot3d