I am drawing a ScatterPlot using core-plot framework. My x coordinates are hours starting from 0 AM to 12 PM . How i can set th开发者_运维百科ese as my x coordinates ? please help me .. thanks in advance .
There are several recent questions dealing with how to format dates in Core Plot (for example, this one). Use the same procedure, but set up your CPTimeFormatter to show the time, not the date.
精彩评论