So I'm plotting on an XY graph time along the x-axis and what I'd really like is for the axis labels to format themselves based on the range. (EG a small range would give hours, larger range could be days, years etc)
So something like 8 AM | 9 AM | .... | 11 PM then NOV | 2 NOV | 3 NOV | ... | 30 NOV | then 2001 | 2002 | 2003 | ..... | 2020|
etc. Can CorePlot do this for me? I know http://d3js.org/ can do it for my web friends.