emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Alan E. Davis" <lngndvs@gmail.com>
To: Eric S Fraga <e.fraga@ucl.ac.uk>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Re: [OT] gnuplot quality
Date: Sun, 13 Jun 2010 12:35:43 +1000	[thread overview]
Message-ID: <AANLkTikoyClhdvuiSB11vYMRCEivO9hX3n3rDRsowdS9@mail.gmail.com> (raw)
In-Reply-To: <87wru4uhux.wl%ucecesf@ucl.ac.uk>


[-- Attachment #1.1: Type: text/plain, Size: 2796 bytes --]

I use the gri plotting language to make plots.  Does anyone here use this?



I am over my head in trying to use babel as a literate programming tool; yet
that's exactly what I need to do, else at least have a method for
coordinating better comments / notes with the code.

Gnuplot was ok when I didn't need quailty graphs.

I also need to learn to make a number of other types of plots, including
polar plots.  I understand that it is possible with gri, but haven't set
down to try to get my head around the process.

Alan Davis

On Sun, Jun 13, 2010 at 6:16 AM, Eric S Fraga <ucecesf@ucl.ac.uk> wrote:

> On Sat, 12 Jun 2010 08:23:44 -0700, "Eric Schulte" <schulte.eric@gmail.com>
> wrote:
> >
> > Eric S Fraga <ucecesf@ucl.ac.uk> writes:
> >
> > > On Fri, 11 Jun 2010 13:35:52 -0700, "Eric Schulte" <
> schulte.eric@gmail.com> 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 & Eric,
> > >
> > > Another approach, which I use and which doesn't require using the
> > > development version of gnuplot for the tikz support, is to generate
> > > encapsulated postscript files:
> > >
> > >   set terminal postscript eps enhanced 20
> > >   set output "graph.eps"
> > >
> >
> > Thanks!
> >
> > I just tried the above (well technically the below [1]) and it does look
> > great and scales well.  It's nice to have a light-weight alternative to
> > tikz -- a great addition to my plotting toolbox.
> >
> > Best -- Eric
>
> [...]
>
> > Footnotes:
> > [1]
> > --8<---------------cut here---------------start------------->8---
> > #+begin_src gnuplot
> >   set terminal postscript eps enhanced 20 color
> >   set output "~/Desktop/graph.eps"
> >   set isosample 30,30
> >   set title 'bumpy'
> >   set xrange[-4:4]
> >   set yrange[-4:4]
> >   splot sin(x) + sin(y) notitle
> > #+end_src
> > --8<---------------cut here---------------end--------------->8---
> >
> >
>
> You're very welcome.  I use a number of methods to generate graphs and
> diagrams and gnuplot is definitely one of my favourites.  For the
> adventurous, there's a great blog:
>
> http://gnuplot-tricks.blogspot.com/
>
> Put gnuplot together with org-mode and org-babel and it's yet another
> piece in the puzzle that leads to an incredibly powerful desktop
> analysis and publishing system!
>
> --
> Eric S Fraga
> GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

[-- Attachment #1.2: Type: text/html, Size: 3965 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-06-13  2:47 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-11 20:12 org-plot file export options John Hendy
2010-06-11 20:35 ` Eric Schulte
2010-06-12 10:17   ` [OT] gnuplot quality (was Re: org-plot file export options) Eric S Fraga
2010-06-12 10:24     ` Eric S Fraga
2010-06-18 20:43       ` John Hendy
2010-06-18 21:00         ` [OT] gnuplot quality Eric Schulte
2010-06-18 21:13         ` [OT] gnuplot quality (was Re: org-plot file export options) Nick Dokos
2010-06-18 22:04           ` John Hendy
2010-06-12 15:18     ` John Hendy
2010-06-12 15:23     ` [OT] gnuplot quality Eric Schulte
2010-06-12 20:16       ` Eric S Fraga
2010-06-13  2:35         ` Alan E. Davis [this message]
2010-06-13 10:03           ` [OT] what about asymptote ? Nicolas Goaziou
2010-06-13 16:31             ` Eric Schulte
2010-06-13 17:48               ` Nicolas Goaziou
2010-06-15 13:35           ` [babel] Re: Re: [OT] gnuplot quality Eric S Fraga
2010-06-15 15:30             ` Eric Schulte
2010-06-16 10:27             ` Štěpán Němec
2010-06-17  3:07             ` Alan E. Davis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTikoyClhdvuiSB11vYMRCEivO9hX3n3rDRsowdS9@mail.gmail.com \
    --to=lngndvs@gmail.com \
    --cc=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).