iPhone:COREPLOT:Remove Empty space between two labels
In iPhone App I am using coreplot for displaying Vertical Bar Graph
How to remove empty spaces between two consicutive Axis Labels?
ie on x-Axis Label1.........Label2........
on Y Axis
Label1
.
.
Label2
Please开发者_如何学Python Help and Suggest.
The labels are centered on the corresponding major tick marks. You'll have to adjust the distance between the tick marks. How you do that depends on which labeling policy you're using.
精彩评论