|
From: Mojca M. <moj...@gm...> - 2007-03-09 16:57:35
|
On 3/9/07, Timoth=E9e Lecomte wrote:
> At first, I had the idea to provide an 'export' feature from the wxt
> terminal, using cairo code directly. However, now I feel that it's
> dangerous to have two different paths to do the same thing (gnuplot as it
> is now is a scripting language after all, not a GUI).
Just to let you know - after a long discussion on the de.comp.text.tex
mailing list ("gnplot als PDF ausgeben") and a long list of proposals
how to create PDF with gnuplot, the user preffered to choose the
"aqua->save as pdf" way.
For many users this is the most natural way indeed. Some people prefer
scripting, some prefer clicking. A well-written application supports
both. (Did you already figure out how to do vector-based pm3d?)
Mojca
(I can translate if needed, but the whole thread was about different
proposals how to make PDF, and the user has chosen the "save as" way.
It's realy nice that the PDF documents that come out are vector-based,
not pixel-based, as would be the most natural way to save a graphic
from windows.)
----------------------------
Martin P=F6pping schrieb:
> ich verwende pdflatex f=FCr meine Latex Dokumente und bevorzuge daher
> Bilder/ Diagramme als PDF Datei anstelle von EPS.
> Gibt es eine M=F6glichkeit von gnuplot heraus direkt ein PDF zu erzeugen?
> Oder wie verwendet ihr gnuplots f=FCr pdflatex?
> Oder ist epstopdf der sauberste Weg?
> Mit epstopdf hatte ich jedenfalls, zumindest bei Datenfluss- und
> UML-Diagrammen, nicht die besten Erfahrungen gemacht.
Hallo,
wen es interessiert... ich habe jetzt einen sch=F6nen simplen Weg gefunden.
Da ich unter MacOS arbeite, habe ich AquaTerm gefunden:
http://aquaterm.sourceforge.net/
Einfach unter gnuplot:
set terminal aqua
Und dann wird es unter Aqua geplottet.
Dort kann man dann einfach mit Datei =3D> Speichern unter den Plot als EPS
oder PDF Datei speichern.
Klappt sehr gut und man hat den Vorteil, dass man nicht den Umweg =FCber
X11 gehen muss.
|