I'm uploading an image I created with gnuplot on to my document using;
\begin{figure}[tbp]
\begin{center}
\input{plot.tex}
\caption{Graph caption}
\label{fig4}
\end{center}
\end{figure}
The problem is it looks like;
http://postimg.org/image/j4i4oylx9/
The figure caption is way too low. I can't figure out whether this is an issue with LaTeX or gnuplot. I've tried to figure out ways to reduce the margin on gnuplot but to no avail.
How do I decrease the gap from the picture and caption?
If anyone needs, this is my gnuplot stuff;
set terminal latex
set out 'plot.tex'
set termoption dash
set xrange [0:20]
set yrange [-1:1]
unset colorbox
plot besj1(x) ls 1 title '$J_1(x)$',\
besy1(x) ls 11 title '$Y_1(x)$', \
set label 5 '$J_1(x)$' at 2, 0.7
set label 6 '$Y_1(x)$' at 4.5, 0.45
set size 1, 0.75
unset key
set out



\documentclass{...}and ending with\end{document}. – May 09 '14 at 04:36epsorpdfterminal for graphics output ofgnuplot? – May 09 '14 at 04:37