HPB
2005-08-05 13:47:38 UTC
Hallo,
ich erstelle meine Grafiken mit Gnuplot. Aber irgendwie habe ich nicht
verstanden, wie ich sie in mein LaTex Dokument einbinden kann, wenn ich als
Ausgabeformat in Gnuplot latex gewählt habe.
Ich habe in gnuplot beispielsweise eine Grafik mit folgendem Kommand
erstellt:
gnuplot>
gnuplot> set terminal latex
Terminal type set to 'latex'
Options are '(document specific font)'
gnuplot> set output "test.tex"
gnuplot> plot sin(x)
Die erzeugte Ausgabe sieht dann so aus (test.tex):
% GNUPLOT: LaTeX picture
\setlength{\unitlength}{0.240900pt}
\ifx\plotpoint\undefined\newsavebox{\plotpoint}\fi
\begin{picture}(1500,900)(0,0)
%...
\end{picture}
Wie binde ich den LaTex Code jetzt in ein Dokument ein? \include{test}
scheint nich zu gehen.
Wer kann mir helfen?
Thx,
HPB
ich erstelle meine Grafiken mit Gnuplot. Aber irgendwie habe ich nicht
verstanden, wie ich sie in mein LaTex Dokument einbinden kann, wenn ich als
Ausgabeformat in Gnuplot latex gewählt habe.
Ich habe in gnuplot beispielsweise eine Grafik mit folgendem Kommand
erstellt:
gnuplot>
gnuplot> set terminal latex
Terminal type set to 'latex'
Options are '(document specific font)'
gnuplot> set output "test.tex"
gnuplot> plot sin(x)
Die erzeugte Ausgabe sieht dann so aus (test.tex):
% GNUPLOT: LaTeX picture
\setlength{\unitlength}{0.240900pt}
\ifx\plotpoint\undefined\newsavebox{\plotpoint}\fi
\begin{picture}(1500,900)(0,0)
%...
\end{picture}
Wie binde ich den LaTex Code jetzt in ein Dokument ein? \include{test}
scheint nich zu gehen.
Wer kann mir helfen?
Thx,
HPB