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

auto format xtick labels #3

Open
mcastorina opened this issue Oct 13, 2018 · 1 comment
Open

auto format xtick labels #3

mcastorina opened this issue Oct 13, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@mcastorina
Copy link
Owner

sometimes the xtick labels overlap and should be auto-formatted

@mcastorina
Copy link
Owner Author

another option is to let the user specify the xtick rotation

plt.setp(ax.get_xticklabels(), rotation=30, horizontalalignment='right')

this gives the user complete control so it will be added, but it still needs to detect when an overlap occurs in order to choose a reasonable rotation automatically

@mcastorina mcastorina added the enhancement New feature or request label Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant