could someone give me the solution about how to keep the tail of x_label aligned to the x_tick, thanks a lot!
Asked
Active
Viewed 36 times
0
-
labels should have a property "horizontalalignment", try using that. In this case you wanna set it to "right". But without seeing your code we can't make more detailed suggestions. – Harpe Oct 25 '18 at 08:00
-
[An example of Harpe's suggestion.](https://stackoverflow.com/a/14854007/8881141) – Mr. T Oct 25 '18 at 08:11
-
thank Mr.T and Harpe a lot, the problem is fixed. – 鲤鱼红 Nov 16 '18 at 08:18