emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Gnuplot/babel issue with export to eps
@ 2012-01-05 23:54 John Hendy
  2012-01-06  0:03 ` Chris Malone
  0 siblings, 1 reply; 5+ messages in thread
From: John Hendy @ 2012-01-05 23:54 UTC (permalink / raw)
  To: emacs-orgmode

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

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

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-06 17:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-05 23:54 Gnuplot/babel issue with export to eps John Hendy
2012-01-06  0:03 ` Chris Malone
2012-01-06  3:01   ` John Hendy
2012-01-06 16:59     ` John Hendy
2012-01-06 17:02       ` John Hendy

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).