Forum Discussion
rliu
Helper I
10 years agoRank text on X axis: Duration type
Hi everyone, I am trying to plot a time series over 24 hours in a day. My x-axis data looks like this: 0-1 stands for the counts in 00:00-01:00 and 23-24 stands for 23:00-24:00. To make su...
rliu
Helper I
10 years agoI solved the problem by replacing 1-2 with 01-02 and 3-4 with 03-04 etc.
Still would like to know how to do it by taking advantage of the supported data type. So welcome to share!