emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chris Malone <chris.m.malone@gmail.com>
To: John Hendy <jw.hendy@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Gnuplot/babel issue with export to eps
Date: Thu, 5 Jan 2012 16:03:08 -0800	[thread overview]
Message-ID: <FBA83DC3-E461-4659-A656-6C5E5AE65156@gmail.com> (raw)
In-Reply-To: <CA+M2ft8ozhBggSUjFq01CWjQxNAqf9BFkOHKuNG3GdC+paGJUw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1666 bytes --]

Hi John,

I'm not sure what Org mode is doing behind the scenes, but I suspect something is getting muddled because you specify both the src block file header /and/ the output terminal in the gnu plot code.

Perhaps a simpler solution - if you indeed want Postscript images - would be to remove the =:file …= header argument and specify the =set output= within the gnuplot script itself?  That should still generate the .eps file.

Chris

On Jan 5, 2012, at 3:54 PM, John Hendy wrote:

> I have the following gnuplot/babel block and for some reason the resultant .eps file comes up broken but a corresponding version of it gets converted to pdf somehow... what's going on? I stole an example just to check and make sure it wasn't my gnuplot code: http://t16web.lanl.gov/Kawano/gnuplot/intro/plotfunc-e.html
> 
> -----
> #+begin_src gnuplot :file export.eps :exports results
> reset
> 
> set terminal postscript eps color enhanced 20
> 
> a=0.25
>  b=0.02
>  c=0.05
>  d=0.1
>  f(x)=c/((x-a)*(x-a)+b)+d/sqrt(x)
>  set xrange [0:1]
>  set yrange [0:4]
>  plot f(x)
> 
> #+end_src
> -----
> 
> I get a file export.eps which is broken and unreadable by geeqie. I get a corresponding file called export-eps-converted-to.pdf that opens fine and looks like it should.
> 
> What am I doing incorrectly?
> 
> 
> Thanks,
> John

-------------------------------------------------------------------------
Chris Malone (malone@ucolick.org)

Dept. of Astronomy and Astrophysics
UC Santa Cruz
1156 High Street
Santa Cruz, CA 95064-1077

phone: 831-459-3809
-------------------------------------------------------------------------


[-- Attachment #2: Type: text/html, Size: 3757 bytes --]

  reply	other threads:[~2012-01-06  0:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-05 23:54 Gnuplot/babel issue with export to eps John Hendy
2012-01-06  0:03 ` Chris Malone [this message]
2012-01-06  3:01   ` John Hendy
2012-01-06 16:59     ` John Hendy
2012-01-06 17:02       ` John Hendy

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=FBA83DC3-E461-4659-A656-6C5E5AE65156@gmail.com \
    --to=chris.m.malone@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jw.hendy@gmail.com \
    /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).