Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sniemi opened this issue Jul 24, 2012 · 3 comments
Closed

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

sniemi opened this issue Jul 24, 2012 · 3 comments
Assignees
Labels
keep Items to be ignored by the “Stale” Github Action New feature topic: mplot3d

Comments

@sniemi
Copy link

sniemi commented Jul 24, 2012

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

@tacaswell tacaswell added this to the v1.5.x milestone Aug 17, 2014
@tacaswell tacaswell modified the milestones: v1.5.x, unassigned Aug 18, 2014
@willywongwong
Copy link

Hi
I am currently looking at this feature. I want to define my own label to prevent the auto rotate.
eg: ax.set_zlabel('label text flipped', force_rotation=45)
This will allow me to differentiate from a user specified rotation to an automated rotation.

@theo258
Copy link

theo258 commented Jul 19, 2020

A workaround is provided on stackoverflow: https://stackoverflow.com/q/21918380

@story645 story645 modified the milestones: unassigned, needs sorting Oct 6, 2022
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please leave a comment and this label will be removed. If there are no updates in another 30 days, this issue will be automatically closed, but you are free to re-open or create a new issue if needed. We value issue reports, and this procedure is meant to help us resurface and prioritize issues that have not been addressed yet, not make them disappear. Thanks for your help!

@github-actions github-actions bot added the status: inactive Marked by the “Stale” Github Action label Oct 9, 2023
@github-actions github-actions bot added the status: closed as inactive Issues closed by the "Stale" Github Action. Please comment on any you think should still be open. label Nov 8, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2023
@scottshambaugh scottshambaugh added keep Items to be ignored by the “Stale” Github Action and removed status: inactive Marked by the “Stale” Github Action status: closed as inactive Issues closed by the "Stale" Github Action. Please comment on any you think should still be open. labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep Items to be ignored by the “Stale” Github Action New feature topic: mplot3d
Projects
None yet
Development

No branches or pull requests

7 participants