↧
Answer by Jake for pgfplots - how to draw seconds from csv in hours:minute...
You can convert the seconds to hours by using an x filter, and then split the hours and minuts for the labels within the xticklabel...
View Articlepgfplots - how to draw seconds from csv in hours:minute format?
I have data in a .csv file with seconds as x values. I'd like to tick the x axis in hours:minute formate e.g.: 0:00 , 0:30 , 1:00 , 1:30 ...How do I have to redefine the interpretation of values to fit...
View Article