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

Distance between tick labels (numbers) and axis #210

Open
Sophia478 opened this issue May 1, 2024 · 1 comment
Open

Distance between tick labels (numbers) and axis #210

Sophia478 opened this issue May 1, 2024 · 1 comment

Comments

@Sophia478
Copy link

Hi there,

Is there a way to adjust the distance between the tick labels (numbers) and the axis?
I could not find anything and the things I tried did not work....

@bmondal94
Copy link

You can use offset parameter to tune the distance between tick labels and triangle axes.
tax.ticks(axis='lbr', multiple=5, linewidth=0.05, offset=0.05)

You have similar functionality in axis labels as well.
tax.right_axis_label("Test label", fontsize=20, offset=0.2)

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

No branches or pull requests

2 participants