emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OT] gnuplot quality (was Re: [Orgmode] org-plot file export options)


From: Eric S Fraga
Subject: [OT] gnuplot quality (was Re: [Orgmode] org-plot file export options)
Date: Sat, 12 Jun 2010 11:17:33 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

On Fri, 11 Jun 2010 13:35:52 -0700, "Eric Schulte" <address@hidden> 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"

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 -quality 95 -density 300 graph.eps graph.png

With EPS, you can get very nice looking text, especially with the
"enhanced" gnuplot set terminal option and the result is size
independent.
-- 
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D

reply via email to

[Prev in Thread] Current Thread [Next in Thread]