Hello, I have problems with labeling x time axis using procedure PLOT. My time data are in 'seconds' format - number of seconds counted from 1/1/1979. On X axis I want to display time in format %H:%I but there are only 00:00 labels displayed. Could someone answer how to set the correct format of data?I trieddummy=LABEL_DATE(DATE_FORMAT=['%H:%I'])p=PLOT(data(0,*),data(1,*),'r', AXIS_STYLE=1, XTICKUNITS='Time', XTICKFORMAT= 'LABEL_DATE')Thank you
|