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
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
|
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
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
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
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 &
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
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
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
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
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
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
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
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
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
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 :
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"
>>
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
--- 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
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
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
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.
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
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
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.
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:
---
--- 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
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
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
--- 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
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?
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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=
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=
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
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
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
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
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-
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
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
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
> >
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
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
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
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
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
70 matches
Mail list logo