You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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....
The text was updated successfully, but these errors were encountered:
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)
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....
The text was updated successfully, but these errors were encountered: