Re: [Orgmode] gnuplot with errorbars in org-mode

2010-07-25 Thread Eric Schulte
Hi, I think you're on the right path using Org-babel, here is an altered version of your gnuplot code block which should work. #+srcname: plot-data-w-err #+begin_src gnuplot :var data=data-table :file example.png set title 'My plot' plot $data using 1:2:3:4:5:6 with xyerrorlines title

Re: [Orgmode] gnuplot with errorbars in org-mode

2010-07-25 Thread suvayu ali
This works like a charm Eric!! Now with org-babel working I can imagine all sorts of wonderful possibilities. I can now have common code blocks which are called to setup the gnuplot terminal depending on the need (say for png or eps or just regular interactive) for different sets of data or

[Orgmode] gnuplot with errorbars in org-mode

2010-07-24 Thread Suvayu Ali
Hi everyone, I am a new org-mode user and this is my first post to the mailing list. Lately I have been using org-mode to manage the data for a study I'm doing for my research project. I primarily use the spreadsheet features to do all the calculations and then use gnuplot to plot the final