Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-29 Thread Mueen Nawaz
Alan Schmitt writes: > Hello, > > I'm trying to plot the following table, but the dates part is all > wrong. Is there a way to tell gnuplot what the date format is? > > #+tblname: data-table > | Date | HP | HC | > |--++| > | [2011-08-20 Sat] | 0

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-27 Thread Karl Voit
* Ian Barton wrote: > > Haivng played with gnuplot recently, I would suggest that your first > statement should always be "reset". Otherwise you may find settings you > have been trying out persist over different runs of your babel code. Great tipp, thanks! > This can be very confusing and ma

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Ian Barton
On 26/03/12 18:06, Karl Voit wrote: * Alan Schmitt wrote: On 26 mars 2012, at 17:48, Karl Voit wrote: Can you please post the while working example (or correct my error)? Change this set timefmt "[%Y-%m-%d %a]" to this set timefmt "%Y-%m-%d" I also don't specify the range. set xrange ["

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Karl Voit
* Alan Schmitt wrote: > On 26 mars 2012, at 17:48, Karl Voit wrote: > >> Can you please post the while working example (or correct my error)? > > Change this >> set timefmt "[%Y-%m-%d %a]" > to this > set timefmt "%Y-%m-%d" > > I also don't specify the range. >> set xrange ["[2011-08-01 foo]":"[20

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Alan Schmitt
On 26 mars 2012, at 17:48, Karl Voit wrote: > * Alan Schmitt wrote: >> >> Thanks a lot for all the suggestions. The part I was missing was the >> preprocessing from babel. Using simply >> >> set xdata time >> set timefmt "%Y-%m-%d" >> >> did the trick. > > I just wanted to check this out but

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Nick Dokos
Karl Voit wrote: > * Alan Schmitt wrote: > > > > Thanks a lot for all the suggestions. The part I was missing was the > > preprocessing from babel. Using simply > > > > set xdata time > > set timefmt "%Y-%m-%d" > > > > did the trick. > > I just wanted to check this out but I am not able to pro

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Karl Voit
* Alan Schmitt wrote: > > Thanks a lot for all the suggestions. The part I was missing was the > preprocessing from babel. Using simply > > set xdata time > set timefmt "%Y-%m-%d" > > did the trick. I just wanted to check this out but I am not able to produce the plot :-( I just get the coordina

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Alan Schmitt
On 26 mars 2012, at 16:37, Nick Dokos wrote: > Steven Buczkowski wrote: > >> On Mon, 2012-03-26 at 15:37 +0200, Alan Schmitt wrote: >>> Hello, >>> >>> I'm trying to plot the following table, but the dates part is all wrong. Is >>> there a way to tell gnuplot what the date format is? >>> >>>

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Nick Dokos
Steven Buczkowski wrote: > On Mon, 2012-03-26 at 15:37 +0200, Alan Schmitt wrote: > > Hello, > > > > I'm trying to plot the following table, but the dates part is all wrong. Is > > there a way to tell gnuplot what the date format is? > > > > #+tblname: data-table > > | Date | H

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Steven Buczkowski
On Mon, 2012-03-26 at 15:37 +0200, Alan Schmitt wrote: > Hello, > > I'm trying to plot the following table, but the dates part is all wrong. Is > there a way to tell gnuplot what the date format is? > > #+tblname: data-table > | Date | HP | HC | > |--+

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Michael Brand
Hi Alan On Mon, Mar 26, 2012 at 15:37, Alan Schmitt wrote: > I'm trying to plot the following table, but the dates part is all wrong. Is > there a way to tell gnuplot what the date format is? > > #+tblname: data-table > | Date             |     HP |     HC | > |--++--

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Allen S. Rout
On 03/26/2012 09:37 AM, Alan Schmitt wrote: Hello, I'm trying to plot the following table, but the dates part is all wrong. Is there a way to tell gnuplot what the date format is? I've found gnuplot's date support to be torment. You might want to investigate using R for these tasks: R unde

[O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Alan Schmitt
Hello, I'm trying to plot the following table, but the dates part is all wrong. Is there a way to tell gnuplot what the date format is? #+tblname: data-table | Date | HP | HC | |--++| | [2011-08-20 Sat] | 006815 | 008399 | | [2011-08-29 Mon] |