Skip to content

Issue 6830 fix #8471

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

Closed
wants to merge 2 commits into from
Closed

Issue 6830 fix #8471

wants to merge 2 commits into from

Conversation

c3liujia
Copy link

This PR relates to issue #6830

Now it rotates the parasite axis texts for the ticks.

'''
import matplotlib.pyplot as plt
from mpl_toolkits.axes_grid1 import host_subplot
import mpl_toolkits.axisartist as AA
import numpy as np

host = host_subplot(111,axes_class=AA.Axes)
plt.subplots_adjust(bottom=0.15)
host.plot(10,10)
host.set_xticks([10.2,10.4,10.6])
host.set_xticklabels(['A','B','C'],rotation=45)
'''
6830_fixed

@QuLogic
Copy link
Member

QuLogic commented Apr 12, 2017

A couple bookkeeping things:

  • It appears you did not set your git config and it's currently using the VM name instead of your email address.
  • Please describe what the change is in the commit message and the PR description. One should not have to look up what set_ylabel does not work as expected with SubplotZero #7617 is in order to understand the change (though it's useful to include it as a cross-reference.)
  • You appear to have committed the change for PR Submitting resolution for issue #7617 #8470 here accidentally. Make sure to use separate branches for separate PRs.

@tacaswell tacaswell added this to the 2.1 (next point release) milestone Apr 14, 2017
@tacaswell tacaswell modified the milestones: 2.1 (next point release), 2.2 (next next feature release) Aug 29, 2017
@c3liujia c3liujia closed this Jul 29, 2019
@story645 story645 removed this from the future releases milestone Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants