Re: [Orgmode] gnuplot version in org-mode

2010-10-26 Thread Robert Klein
Hi John, when you look into gnuplot-ob.el, there are some commentary about requirements: #+begin_example ;;; Requirements: ;; - gnuplot :: http://www.gnuplot.info/ ;; ;; - gnuplot-mode :: http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html #+end_example The 3.7 most probably is from

[Orgmode] gnuplot version in org-mode

2010-10-26 Thread John Hendy
Hi, A recent question made me recall something I'd been meaning to ask. I have gnuplot 4.4.2 installed but whenever I generate gnuplot from org-mode/babel, the minibuffer flashes: gnuplot-mode- 0.6.0 (gnuplot 3.7) or soemthing similar. Where is the 3.7 coming from? I checked gnuplot-ob.el for a

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-23 Thread Nick Dokos
John Hendy wrote: > Sounds good. Where would I post the solution? > I think the list is the proper place: if the question comes up again, then it can be added to Worg. Cheers, Nick > On Sat, Aug 21, 2010 at 6:17 PM, Nick Dokos wrote: > > John Hendy wrote: > > > Problem solved w

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-23 Thread John Hendy
Sounds good. Where would I post the solution? On Sat, Aug 21, 2010 at 6:17 PM, Nick Dokos wrote: > John Hendy wrote: > > > Problem solved with babel. I was able to get everything I wanted by > > piecing together some examples from the mailing list and gnuplot > > examples/manual around the web.

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread Nick Dokos
John Hendy wrote: > Problem solved with babel. I was able to get everything I wanted by > piecing together some examples from the mailing list and gnuplot > examples/manual around the web. > Good! Maybe you should post the babel solution for future reference. Here is an org-plot solution for fu

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread John Hendy
Problem solved with babel. I was able to get everything I wanted by piecing together some examples from the mailing list and gnuplot examples/manual around the web. Thanks! On Sat, Aug 21, 2010 at 4:11 PM, John Hendy wrote: > Nick, > > That works from gnuplot. Not sure about orgmode... I tried

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread John Hendy
Nick, That works from gnuplot. Not sure about orgmode... I tried #+PLOT: using:"2:3:xticlabels(1)" which is not working. There's no "using" option mentioned on worg: http://orgmode.org/worg/org-tutorials/org-plot.php Perhaps it's not possible?

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread Nick Dokos
John Hendy wrote: > Hi, > > I'm interested in plotting with non-numeric data for the x component of the > data points but don't want to have the gnuplot default of automatic spacing. > Does anyone know a way to have a word displayed instead of a number but have > the words unevenly spaced acco

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread Eric S Fraga
On Sat, 21 Aug 2010 14:30:48 -0500, John Hendy wrote: > > [1 ] > [1.1 ] > Hi, > > > I'm interested in plotting with non-numeric data for the x component of the > data points but don't want to have the gnuplot default of automatic spacing. > Does anyone know a way to have a word displayed inst

[Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread John Hendy
Hi, I'm interested in plotting with non-numeric data for the x component of the data points but don't want to have the gnuplot default of automatic spacing. Does anyone know a way to have a word displayed instead of a number but have the words unevenly spaced according to a "hidden value"? Examp

Re: [Orgmode] Gnuplot best practice?

2010-08-06 Thread suvayu ali
Hello, On 6 August 2010 16:11, John Hendy wrote: > Hi, > > I've been hunting for some info on gnuplot and wondered if there is a > suggested "best practice" for using it and org... > I've just used what worg has (#+PLOT: ...) > - http://orgmode.org/worg/org-tutorials/org-plot.php > > But several

[Orgmode] Gnuplot best practice?

2010-08-06 Thread John Hendy
Hi, I've been hunting for some info on gnuplot and wondered if there is a suggested "best practice" for using it and org... I've just used what worg has (#+PLOT: ...) - http://orgmode.org/worg/org-tutorials/org-plot.php But several discussions seem to show a lot of people using embedded source

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 differ

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 'Ordi

[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 r

[Orgmode] Gnuplot

2010-05-01 Thread John Hendy
Hi, Perhaps some silly clarification. I read through the org-mode manual for using gnuplot and have some unanswered questions: ### Setup ### - I've installed gnuplot via ./configure, make, and make install --- seems like it sent to /usr/local/share/emacs/site-lisp --- most of the rest of emacs l