Re: [O] Plotting with gnuplot

2015-07-29 Thread Ian Barton
On Thu, Jul 23, 2015 at 08:46:30AM +0200, Michael Welle wrote: > > With two code blocks, use :session foo for one and :session bar for the > > other. Does your problem persist? > yepp, that was the idea. But no success. > If I understand the problem correctly, you need to put reset as the first a

Re: [O] Plotting with gnuplot

2015-07-23 Thread Thomas S . Dye
Michael Welle writes: > Hello, > > Thomas S. Dye writes: > >> Michael Welle writes: >> >>> Hello, >>> >>> Thomas S. Dye writes: >>> Aloha Michael, Does the :session header argument help? >>> I tried it with no success, mostly because I used it wrong I guess ;). I >>> tried :ses

Re: [O] Plotting with gnuplot

2015-07-22 Thread Thomas S . Dye
Michael Welle writes: > Hello, > > Thomas S. Dye writes: > >> Aloha Michael, >> >> Does the :session header argument help? > I tried it with no success, mostly because I used it wrong I guess ;). I > tried :session, :session t, :session nil and :session {foo|bar}. But > :session none seems to w

Re: [O] Plotting with gnuplot

2015-07-22 Thread Eric S Fraga
On Tuesday, 21 Jul 2015 at 20:09, Michael Welle wrote: > Hello, > > I have several sections in my org files that plot data with gnuplot. The > structure usually looks like that: [...] > The problem is that the gnuplot scripts are evaluated in the same > gnuplot instance. The solution is to reset

Re: [O] Plotting with gnuplot

2015-07-21 Thread Thomas S . Dye
Aloha Michael, Does the :session header argument help? All the best, Tom Michael Welle writes: > Hello, > > I have several sections in my org files that plot data with gnuplot. The > structure usually looks like that: > > #+tblname: foo > | d| y | > |--+-

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] |