Graphica time series

edited March 2016 in Library Questions

I am implementing a time series in a graph. I am using the graphica library and I want to x axis to show hours. My thought right now is to use the system epoch timestamp as the x value and then overwrite the x axis manually to just display hours. I resigned myself after realizing there might not be a simpler way to convert timestamps to dates in graphica just on the axis. IE, the epoch timestamp is the best way to organize my points, but terrible for labeling. It does not seem like there is a way to convert units between your data and the axis.

That said, I am using graphica for the first time. Has anybody solved this? It seems like a relatively common problem so I thought someone might have already solved it. But I can't find any example code out there.

Tagged:
Sign In or Register to comment.