Re: [OT] gnuplot quality (was Re: [Orgmode] org-plot file export options)

2010-06-18 Thread John Hendy
Much appreciated. Color works perfectly. On Fri, Jun 18, 2010 at 4:13 PM, Nick Dokos wrote: > John Hendy wrote: > > > Tried this and it works well -- the output is definitely much better! One > oddity -- the EPS > > generated is black and white whereas the typical output was in color... > silly

Re: [OT] gnuplot quality (was Re: [Orgmode] org-plot file export options)

2010-06-18 Thread Nick Dokos
John Hendy wrote: > Tried this and it works well -- the output is definitely much better! One > oddity -- the EPS > generated is black and white whereas the typical output was in color... silly > option I'm missing? > "monochrome" is default: , | set terminal postscript eps enhanced 20 |

Re: [OT] gnuplot quality (was Re: [Orgmode] org-plot file export options)

2010-06-18 Thread John Hendy
Tried this and it works well -- the output is definitely much better! One oddity -- the EPS generated is black and white whereas the typical output was in color... silly option I'm missing? On Sat, Jun 12, 2010 at 5:24 AM, Eric S Fraga wrote: > On Sat, 12 Jun 2010 11:17:33 +0100, Eric S Fraga

Re: [OT] gnuplot quality (was Re: [Orgmode] org-plot file export options)

2010-06-12 Thread John Hendy
Thanks for both tips -- I'll give these a try on Monday when I'm back at work. Much appreciated! On Sat, Jun 12, 2010 at 5:17 AM, Eric S Fraga wrote: > On Fri, 11 Jun 2010 13:35:52 -0700, "Eric Schulte" > wrote: > > [...] > > > WRT: the ugliness of gnuplot to file, I've wrestled with this mysel

Re: [OT] gnuplot quality (was Re: [Orgmode] org-plot file export options)

2010-06-12 Thread Eric S Fraga
On Sat, 12 Jun 2010 11:17:33 +0100, Eric S Fraga wrote: [...] > for instance. Then, if I need bitmap images, I use "convert" from > ImageMagick to create these from the EPS files with the required > density (depending on intended use, whether screen display or > printing), as in > > convert

[OT] gnuplot quality (was Re: [Orgmode] org-plot file export options)

2010-06-12 Thread Eric S Fraga
On Fri, 11 Jun 2010 13:35:52 -0700, "Eric Schulte" wrote: [...] > WRT: the ugliness of gnuplot to file, I've wrestled with this myself and > I know exactly what you mean. Currently I try to use svg or png images > when exporting to html, and for pdf I use the gnuplot tikz terminal [2]. John &

Re: [Orgmode] org-plot file export options

2010-06-11 Thread Eric Schulte
Hi John, If you're going to be doing anything complicated with your plots you may want to try using org-babel [1] rather than using org-plot. The following should Org-babel alternative should work. 1) ensure org-babel in installed on your system, and gnuplot is activated. ;; Org-babel

[Orgmode] org-plot file export options

2010-06-11 Thread John Hendy
Hi, A couple questions: My current plot options are as follows: #+PLOT: title:"Formulation Viscosities" ind:1 type:2d with:lines #+PLOT: set:"xlabel 'Temperature (C)'" set:"ylabel 'Viscosity (cP)'" 1) I've been trying to output a file and can only manage to get PNGs to work. --- I've tried the

Re: [Orgmode] [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Eric Schulte
Hi Thomas, Thanks for the patch, it has been applied. Best -- Eric Thomas Holst writes: > Hello, > > in my last eMail there was a typo in the patch. The corrected verson is below. > > ---%x cut here x%--- > --- org-plot.el 2010-03-0

[Orgmode] [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Thomas Holst
Hello, in my last eMail there was a typo in the patch. The corrected verson is below. ---%x cut here x%--- --- org-plot.el 2010-03-01 02:00:15.0 +0100 +++ c:/daten/users/DE_hts2fe/emacs/OrgMode/org-mode-aktuell/lisp/org-plot.el 2

[Orgmode] [org-plot] org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Holst Thomas (DGS-EC/EHM2)
Hello, today I found out, that org-plot recocnises #+PLOT: lines only when they start at column 0. Most of my tables are indented. So org-plot didn't catch the options. Below is a patch which fixes this. The patch is against org-mode 6.34trans from this morning. I would like to take the oportu

Re: [Orgmode] [org-plot] multiple graphs on a plot

2010-02-04 Thread Eric S Fraga
At Wed, 03 Feb 2010 10:34:24 -0700, Eric Schulte wrote: > > Hi Eric, > > I don't believe anyone has yet extended org-plot to support multiple > independent variable columns. Since stating work on Org-babel [1], I > know use gnuplot source-code blocks for all of my plotting needs, as > they provi

Re: [Orgmode] [org-plot] multiple graphs on a plot

2010-02-03 Thread Eric Schulte
Hi Eric, I don't believe anyone has yet extended org-plot to support multiple independent variable columns. Since stating work on Org-babel [1], I know use gnuplot source-code blocks for all of my plotting needs, as they provide a more direct interface into gnuplot. For example the following sho

[Orgmode] [org-plot] multiple graphs on a plot

2010-02-03 Thread Eric S Fraga
Back in September, zwz asked about getting multiple graphs on a plot from a table: http://lists.gnu.org/archive/html/emacs-orgmode/2009-09/msg00354.html There appears to be no answer to that question. I have the same need and I was wondering if anybody has an answer to this. Basically, given

Re: [Orgmode] org plot scripts [PATCH]

2009-07-07 Thread Eric Schulte
Hi Carsten, Having played with this patch some more, I am confident that it is working and won't break org-plot. Please do apply it when you get a chance. Thanks -- Eric diff --git a/lisp/org-plot.el b/lisp/org-plot.el index 78775a0..ae01aa2 100644 --- a/lisp/org-plot.el +++ b/lisp/org-plot.el

Re: [Orgmode] org-plot : interaction problem with gnuplot

2009-06-29 Thread d . tchin
ange [0:] progn: Wrong number of arguments: (lambda (line) (block add-to-script (setf script (format "%s %s" script line, 2 Mark set Thanks > Message du 26/06/09 à 03h37 > De : "Eric Schulte" > A : d.tc...@voila.fr > Copie à : emacs-orgmode@gnu.org > Objet :

Re: [Orgmode] org-plot : interaction problem with gnuplot

2009-06-29 Thread Eric Schulte
27; > set yrange [0:] > progn: Wrong number of arguments: (lambda (line) (block add-to-script (setf > script (format "%s > %s" script line, 2 > Mark set > > > Thanks > > >> Message du 26/06/09 à 03h37 >> De : "Eric Schulte" >>

Re: [Orgmode] org plot scripts

2009-06-28 Thread Eric Schulte
joseph...@gmail.com writes: > Hi: > > I've been trying to make candlestick plots with org-plot, and the only > way I've found that I can do this is by specifying a custom script in > the +PLOT options. However, I noticed that when I specify a script, > all other +PLOT options I specify, such as wi

Re: [Orgmode] org-plot : interaction problem with gnuplot

2009-06-26 Thread Giovanni Ridolfi
--- Ven 26/6/09, Eric Schulte ha scritto: > d.tc...@voila.fr writes: > > > Hi, > > > > I would like to use gnuplot with org-mode tabular > > function.But I haven't managed to use it until now. > > I use GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) on > > Microsoft Windows XP OS. [...] > > When I us

Re: [Orgmode] org-plot : interaction problem with gnuplot

2009-06-25 Thread Eric Schulte
d.tc...@voila.fr writes: > Hi, > > I would like to use gnuplot with org-mode tabular function.But I > haven't managed to use it until now. > I would like to submit to you few remarks I have done. > > I use GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) on Microsoft Windows XP OS. > I have installed gnu

[Orgmode] org plot scripts

2009-06-18 Thread josephzxu
Hi: I've been trying to make candlestick plots with org-plot, and the only way I've found that I can do this is by specifying a custom script in the +PLOT options. However, I noticed that when I specify a script, all other +PLOT options I specify, such as with set: or line:, are completely ignored

[Orgmode] org-plot : interaction problem with gnuplot

2009-06-18 Thread d . tchin
Hi, I would like to use gnuplot with org-mode tabular function.But I haven't managed to use it until now. I would like to submit to you few remarks I have done. I use GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) on Microsoft Windows XP OS. I have installed gnuplot and I can use it with gnuplot-mode.

Re: [Orgmode] org-plot

2009-02-13 Thread Sebastian Rose
Jörg Hagmann writes: > Thanks, Carsten. I had neither (require 'org) nor (require 'org-install) in my > .emacs file, with the latter it works fine. > I must have missed the need for that (a search in the manual I performed just > now didn't turn it up, I suppose that's why). > Maybe I was lucky ev

Re: [Orgmode] org-plot

2009-02-13 Thread Jörg Hagmann
Thanks, Carsten. I had neither (require 'org) nor (require 'org-install) in my .emacs file, with the latter it works fine. I must have missed the need for that (a search in the manual I performed just now didn't turn it up, I suppose that's why). Maybe I was lucky everything I tried till now wor

Re: [Orgmode] org-plot

2009-02-13 Thread Jörg Hagmann
The version is 6.22b. What do you mean by "activated"? I'm regularly updating. On a second computer, running ubuntu 8.10, I have 6.22trans, but the same problem (no org-plot/gnuplot, when checking with M-x org- TAB). Cheers, Jörg Giovanni Ridolfi wrote No. There is no org-plot/gnuplot.

Re: [Orgmode] org-plot

2009-02-13 Thread Carsten Dominik
Let me try a guess: Jörg is activating Org-mode with (require 'org) instead of (require 'org-install) org-plot/gnuplot is an autoloaded function. Another work-around would be adding (require 'org-plot) to .emacs - Carsten On Feb 13, 2009, at 1:24 PM, Giovanni Ridolfi wrote: ---

Re: [Orgmode] org-plot

2009-02-13 Thread Giovanni Ridolfi
--- Ven 13/2/09, Jörg Hagmann ha scritto: > Giovanni Ridolfi wrote: > > --- Ven 13/2/09, Jörg Hagmann > ha scritto: > > > >> I am interested in using org-plot, but can't > figure out > >> how to do that. I have (on OS X 10.5): > >> > >> 1. Gnuplot, works > >> 2. gnuplot-mode, works > >> 3. or

Re: [Orgmode] org-plot

2009-02-13 Thread Jörg Hagmann
No. There is no org-plot/gnuplot. I thought it should be included in recent versions of org? I'm sure, not being an expert (but enthusiastic) user of org-mode, it's a very basic mistake of mine. Thanks, Jörg Giovanni Ridolfi wrote: --- Ven 13/2/09, Jörg Hagmann ha scritto: I am interested

Re: [Orgmode] org-plot

2009-02-13 Thread Sebastian Rose
Jörg Hagmann writes: > I am interested in using org-plot, but can't figure out how to do that. > I have (on OS X 10.5): > > 1. Gnuplot, works > 2. gnuplot-mode, works > 3. org version 6.22b > 4. A line in .emacs: (local-set-key "\M-\C-g" 'org-plot/gnuplot) > 5. a testfile containing the table from

Re: [Orgmode] org-plot

2009-02-13 Thread Giovanni Ridolfi
--- Ven 13/2/09, Jörg Hagmann ha scritto: > I am interested in using org-plot, but can't figure out > how to do that. I have (on OS X 10.5): > > 1. Gnuplot, works > 2. gnuplot-mode, works > 3. org version 6.22b > 4. A line in .emacs: > (local-set-key "\M-\C-g" 'org-plot/gnuplot) > 5. a testfile

[Orgmode] org-plot

2009-02-13 Thread Jörg Hagmann
I am interested in using org-plot, but can't figure out how to do that. I have (on OS X 10.5): 1. Gnuplot, works 2. gnuplot-mode, works 3. org version 6.22b 4. A line in .emacs: (local-set-key "\M-\C-g" 'org-plot/gnuplot) 5. a testfile containing the table from the manual (section 3.6) Now what?

Re: [Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-17 Thread Carsten Dominik
Applied, thanks. - Carsten On Jan 14, 2009, at 10:10 PM, Eric Schulte wrote: Charles Sebold writes: On 14 Jan 2009, William Henney wrote: From glancing through org-plot.el, it seems as though the problem is that the text-ind parameter is false when all the values in the "independent varia

Re: [Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-14 Thread Charles Sebold
On Wed, 14 Jan 2009, Eric Schulte wrote: > I believe that forcing text-ind to be true when the plot type is > 'hist' is a safe enough maneuver (especially plotting with hist seems > to fail if text-ind is not true). > > I would recommend this patch. It's the same idea as Charles' only > implemen

Re: [Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-14 Thread Eric Schulte
Charles Sebold writes: > On 14 Jan 2009, William Henney wrote: > >> From glancing through org-plot.el, it seems as though the problem is >> that the text-ind parameter is false when all the values in the >> "independent variable" column are legal numbers. However, my lisp >> skills are not up to

Re: [Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-14 Thread Charles Sebold
On 14 Jan 2009, William Henney wrote: > From glancing through org-plot.el, it seems as though the problem is > that the text-ind parameter is false when all the values in the > "independent variable" column are legal numbers. However, my lisp > skills are not up to fixing this. This may fix that

[Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-14 Thread William Henney
Hi list * org-plot bug The following table works correctly with org-plot #+PLOT: title:"org-plot test" ind:1 type:2d with:hist set:"style fill solid" set:"yrange [0:]" | Year | a | b | |---+---+---| | x2006 | 3 | 1 | | 2007 | 1 | 2 | | 2008 | 2 | 0 | However, if the "x" is r

Re: [Orgmode] org-plot and timestamps

2008-11-02 Thread Carsten Dominik
Perfect, thanks a lot. On Nov 2, 2008, at 2:04 PM, Charles Sebold wrote: On 2 Nov 2008, Carsten Dominik wrote: Could you also provide a ChangeLog entry? How's this? Changes in master Modified doc/ChangeLog di

Re: [Orgmode] org-plot and timestamps

2008-11-02 Thread Charles Sebold
On 2 Nov 2008, Carsten Dominik wrote: > Could you also provide a ChangeLog entry? How's this? Changes in master Modified doc/ChangeLog diff --git a/doc/ChangeLog b/doc/ChangeLog index f7b6d2f..0b2faca 100644 --- a/d

Re: [Orgmode] org-plot and timestamps

2008-11-02 Thread Carsten Dominik
Hi Charles, I have now added this patch. Could you also provide a ChangeLog entry? Thanks. - Carsten On Oct 30, 2008, at 4:35 PM, Charles Sebold wrote: On 28 Oct 2008, Eric Schulte wrote: Hi Charles, The patch looks great, I vote we drop it 'as is' into org-plot.el. The only enhancement

Re: [Orgmode] org-plot and timestamps

2008-10-30 Thread Charles Sebold
On 28 Oct 2008, Eric Schulte wrote: > Hi Charles, The patch looks great, I vote we drop it 'as is' into > org-plot.el. The only enhancement that comes to mind would be to > expose the `time-ind' variable as a plot option. Allowing users to > specify different time formats, but really if they're

Re: [Orgmode] org-plot and timestamps

2008-10-30 Thread Charles Sebold
On 28 Oct 2008, Eric Schulte wrote: > Hi Charles, The patch looks great, I vote we drop it 'as is' into > org-plot.el. The only enhancement that comes to mind would be to > expose the `time-ind' variable as a plot option. Allowing users to > specify different time formats, but really if they're

Re: [Orgmode] org-plot and timestamps

2008-10-29 Thread Eric Schulte
> On 27 Oct 2008, Charles Sebold wrote: > >> How's this for a first pass? Not a git user before I started with >> org-mode so any pointers on how to generate these would be >> appreciated. > Hi Charles, The patch looks great, I vote we drop it 'as is' into org-plot.el. The only enhancement that c

Re: [Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
On 27 Oct 2008, Charles Sebold wrote: > How's this for a first pass? Not a git user before I started with > org-mode so any pointers on how to generate these would be > appreciated. How embarrassing. This is the patch I meant to send: Changes in origin/HEAD Modified lisp/org-plot.el di

Re: [Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
On 27 Oct 2008, Eric Schulte wrote: > Great idea, please do share if you get anything working. I second > that time data can be a pain in gnuplot, but then all the more reason > to add support to org-plot to avoid having to deal with gnuplot > directly. > > If you get something working with org-m

Re: [Orgmode] org-plot and timestamps

2008-10-27 Thread Eric Schulte
Charles Sebold <[EMAIL PROTECTED]> writes: > Has anybody done anything meaningful with timestamps in a table that is > being org-plotted? I've got my X axis made up of a table column of > org-mode timestamps and I'd like org-plot to send this data to gnuplot > as time data (which gnuplot treats i

[Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
Has anybody done anything meaningful with timestamps in a table that is being org-plotted? I've got my X axis made up of a table column of org-mode timestamps and I'd like org-plot to send this data to gnuplot as time data (which gnuplot treats in specific ways). If nobody has done this, I'll try

Re: [Orgmode] org-plot figure - writing to a file

2008-10-24 Thread Eric Schulte
JBash <[EMAIL PROTECTED]> writes: > Hi, > > Can I get org-plot to write the plot to a file? I've tried: > > #+PLOT: set:"term eps" > #+PLOT: file:"plot1.eps" > > and similar things for png files, but I end up with an empty file, named > plot1.eps (or plot1.png) in the > current directory. > the

[Orgmode] org-plot figure - writing to a file

2008-10-24 Thread JBash
Hi, Can I get org-plot to write the plot to a file? I've tried: #+PLOT: set:"term eps" #+PLOT: file:"plot1.eps" and similar things for png files, but I end up with an empty file, named plot1.eps (or plot1.png) in the current directory. Thanks, Jerry

Re: [Orgmode] org-plot questions

2008-10-22 Thread Samuel Wales
On Wed, Oct 22, 2008 at 15:43, Eric Schulte <[EMAIL PROTECTED]> wrote: > I agree this isn't obvious, if you have a suggestion for improving the > syntax please let me know. I haven't looked into this matter, so this comment might not be relevant, but I do have a suggestion that I had earlier writt

Re: [Orgmode] org-plot questions

2008-10-22 Thread Eric Schulte
JBash <[EMAIL PROTECTED]> writes: > Thanks, Eric! > > It's a great tool... I like how it, within org, makes it easy to keep the > data organized an yet easily > accessible. > Thanks, I'm happy it's proving useful. > > Another quick org-plot question... > > I found that to turn on the grid, I us

Re: [Orgmode] org-plot questions

2008-10-22 Thread JBash
Thanks, Eric! It's a great tool... I like how it, within org, makes it easy to keep the data organized an yet easily accessible. Another quick org-plot question... I found that to turn on the grid, I use: #+PLOT: set:grid So, to set an axis label, I tried #+PLOT: set:xlabel("Frequency") and #+P

Re: [Orgmode] org-plot questions

2008-10-22 Thread Eric Schulte
JBash <[EMAIL PROTECTED]> writes: > Hi, > > First of all, thanks to all for the work on org-mode and org-plot. > > A question about org-plot... > > Question 1: > When I include an index column in the first column of the table, I am > getting evenly spaced data points, > with the xtic labels bein

[Orgmode] org-plot questions

2008-10-22 Thread JBash
Hi, First of all, thanks to all for the work on org-mode and org-plot. A question about org-plot... Question 1: When I include an index column in the first column of the table, I am getting evenly spaced data points, with the xtic labels being coming from the 'ind:' column (2, in the first data

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-09-02 Thread William Henney
Hi Eric On Sun, Aug 31, 2008 at 1:14 PM, Eric Schulte <[EMAIL PROTECTED]> wrote: > > Thanks for the feedback, much appreciated. A new version of org-plot is > up on the git repo http://github.com/eschulte/org-plot/tree/master > I can confirm that the new version fixes both the problems that I re

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-09-01 Thread Carsten Dominik
Hi Eric, you have done an awesome job. I am very excited to try this out. - Carsten On Aug 26, 2008, at 5:10 PM, Eric Schulte wrote: 4. How can I cycle through all tables and plot them all? I have no idea what the best method would be for cycling through tables, I agree this would be a use

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-31 Thread Eric Schulte
Thanks for the feedback, much appreciated. A new version of org-plot is up on the git repo http://github.com/eschulte/org-plot/tree/master detailed comments below... "William Henney" <[EMAIL PROTECTED]> writes: > *** [2008-08-28 Thu] Finding the table to plot > =org-plot/goto-nearest-table=

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-31 Thread Eric Schulte
Thanks for the feedback, much appreciated. A new version of org-plot is up on the git repo http://github.com/eschulte/org-plot/tree/master detailed comments below... "William Henney" <[EMAIL PROTECTED]> writes: > *** [2008-08-28 Thu] Finding the table to plot > =org-plot/goto-nearest-table=

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-29 Thread William Henney
Hi Eric On Tue, Aug 26, 2008 at 6:09 PM, Eric Schulte <[EMAIL PROTECTED]> wrote: > Of course if anyone has any comments, problems, or suggestions please > let me know. Org-plot is great! Thank you very much for writing this. I just found a couple of small problems, as detailed below. Cheers Wil

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Eric Schulte
On Wednesday, August 27, at 08:27, Samuel Wales wrote: > Good stuff. > > Possibilities: > > 1. For a selected column, it can be nice to draw a histogram. There is a 'with histograms' option in gnuplot. I made a small change to org-plot.el so that this option now works as expected, for a

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Samuel Wales
Good stuff. Possibilities: 1. For a selected column, it can be nice to draw a histogram. Long ago, I developed the following formula for choosing a bin size. Seems to work. 5*(max-min)/n You can use something like bin*round*($1 * (1.0/bin)) to bin. Note that cl-extra.el's (round*) m

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Eric Schulte
On Wednesday, August 27, at 11:30, Sebastian Rose wrote: > Hi Eric, > > > Great! This version fixes ALL the bugs I mentioned in my previous > email on emacs 23 !!! > Wonderful!! thanks for testing this out. -- schulte ___ Emacs-orgmode maili

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Sebastian Rose
Hi again, Forgot to say: buffer-modified-p problem is gone too!!! Wow! Eric Schulte wrote: On Tuesday, August 26, at 11:08, Eric Schulte wrote: > On Tuesday, August 26, at 19:57, Stephan Schmitt wrote: > > Eric, did you know that Carsten provided a function called > > org-table-to-

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-27 Thread Sebastian Rose
Hi Eric, Great! This version fixes ALL the bugs I mentioned in my previous email on emacs 23 !!! I.e. - It always renders the plot after the first C-M-g - All three tables work And it's much faster indeed! Thank's, it's fantastic :-) - Sebastian Eric Schulte wrote: On Tuesday, Aug

[Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Eric Schulte
On Tuesday, August 26, at 11:08, Eric Schulte wrote: > On Tuesday, August 26, at 19:57, Stephan Schmitt wrote: > > Eric, did you know that Carsten provided a function called > > org-table-to-lisp in org-6.06b? I think with this you can > > refactor your code to be more modular and thus be

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Eric Schulte
On Tuesday, August 26, at 15:32, Manish wrote: > On Tue, Aug 26, 2008 at 7:23 AM, Eric Schulte wrote: > > Hi, > > > > org-plot enables generation of graphs from data stored in org tables > > (maybe eventually elsewhere in org files). > > > > It is available on github at > >

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Eric Schulte
On Tuesday, August 26, at 14:36, Sebastian Rose wrote: > Hi again, > > > still emacs 23: on Debian (Xubuntu) I'm using - cvs emacs23 (from a couple of weeks ago) - gnuplot 4.2 patchlevel 2 - gnuplot.el 0.6.0 > On the table with data: > >The first try works. Then I have to pres C-M-g

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Sebastian Rose
Hi again, still emacs 23: On the table with data: The first try works. Then I have to pres C-M-g twice to get the plot window. On the empty tables: with (setq debug-on-error t) this is in *Messages*: (:plot-type grid :with lines :ind 0 :title "org mode" :map nil) [3 times] Mark set

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Sebastian Rose
Hi Eric, It's beautiful! ...but in emacs 23 only the first table works. C-M-g on the other tables gives me the following message: 'Not in table data field' emacs 23, CVS last week, Debian testing. But, hey, this is wonderful! - Sebastian Eric Schulte wrote: Hi, org-plot enables gene

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Manish
On Tue, Aug 26, 2008 at 7:23 AM, Eric Schulte wrote: > Hi, > > org-plot enables generation of graphs from data stored in org tables > (maybe eventually elsewhere in org files). > > It is available on github at > http://github.com/eschulte/org-plot/tree/master or with > > git cl

[Orgmode] org-plot (generating graphs from org-mode)

2008-08-25 Thread Eric Schulte
Hi, org-plot enables generation of graphs from data stored in org tables (maybe eventually elsewhere in org files). It is available on github at http://github.com/eschulte/org-plot/tree/master or with git clone git://github.com/eschulte/org-plot.git Included with org-plot.el is an example.org