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