I'm trying to embed my plot created in gnuplot. Just setting the terminal to latex works fine but only creates a black and white plot. With the color screens getting cheaper these days this isn't quite satisfying :D
The manual also mentions the possibility to use epslatex, then converting the eps file to a pdf file and include the generated latex file completely messes up the spacing between the labels on the axis and the actual graph. This happens both times, when creating a latex file for inclusion and also when creating a standalone file.
Guessing that I'm not the only one I ask myself what I am doing wrong and weather there is an easy workaround.

set terminal pdfis accepted – egreg Jul 14 '11 at 8:19pdfterminal) and also to include TeX macros in labels. – Andrey Vihrov Jul 14 '11 at 8:23set terminal epslatex color; set output "plot.tex"and\input{plot}in the main document worked for me. But now I tested thestandaloneoption, and it still works here. I have gnuplot 4.4. – Andrey Vihrov Jul 14 '11 at 8:35