-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
keyword labelrotation is not recognized #8122
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
Comments
my spec:
|
It appears you need to install from the current git master to use the Compare v2.0 docs vs. master docs |
Yep, you're looking at development docs, not 2.0.0 docs. |
I just installed 2.1 and |
The docs do in fact say http://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.tick_params.html |
Not sure if the correct fix is to make the docs match the code or the code match the docs though. |
Rotation is used elsewhere. I prefer kwargs stay the same between calls. Right now I can never remember if it’s location or loc. |
as a rule of thumb, yes, I agree. What we do need to watch out for are name
collisions. This is why we have `color`, `edgecolor`, 'linecolor`, ..... If
there is something else that `rotation` could refer to in this context,
then labelrotation makes it clear what should be rotated
…On Mon, Oct 9, 2017 at 4:53 PM, Jody Klymak ***@***.***> wrote:
Rotation is used elsewhere. I prefer kwargs stay the same between calls.
Right now I can never remember if it’s location or loc.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8122 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-MmgqE81MGvW02A013kiQK_JmRqBks5sqofJgaJpZM4MHpdl>
.
|
Is there a way to rotate the ticks ? |
This is closed via #9633 I believe |
Bug report
Bug summary
in ax.tick_params, I get this error
keyword labelrotation is not recognized
Code for reproduction
Actual outcome
The text was updated successfully, but these errors were encountered: