Search found 2 matches

by rjh2805
Tue Jul 29, 2014 7:42 am
Forum: Graphics, Figures & Tables
Topic: Plotting time-series, white-space-separated data, UNIX time
Replies: 2
Views: 7056

Re: Plotting time-series, white-space-separated data, UNIX t

Hi Stefan,

Using [cmd]\addplot shell[/cmd] would definitely be most elegant. However, I have no clue how to process comma-separated data using that command. Any suggestions?
by rjh2805
Sun Jul 27, 2014 12:29 pm
Forum: Graphics, Figures & Tables
Topic: Plotting time-series, white-space-separated data, UNIX time
Replies: 2
Views: 7056

Plotting time-series, white-space-separated data, UNIX time

Hi all,

I'm trying to generate a plot using pgfplots, based on a data file that looks as follows:


1403085611 20905.2942897 93251.9372868
1403085911 19610.7392042 87720.7213289
1403086212 19784.2685653 80539.6569753
...


So I have a UNIX timestamp, followed some measurement values. As far as I ...