Mahmood Naderan <nt_mahmood <at> yahoo.com> writes:
>
> Hi
> I used "set term epslatex color", however in the output file I don't see
the texts (axis numbers, title,
> ....). On the other hand, if I use "set term x11", I see the texts. What
can cause this problem?
>
>
> Regards,
> Mahmood
the text (labels, headers, ...) is in the tex-file which
has been written together with the eps-file.
gnuplot_4.6 manual, page 189:
The driver produces two different files, one for the
eps part of the figure and one for the LaTeX part.
The name of the LaTeX file is taken from the set output
command. The name of the eps file is derived by
replacing the file extension (normally .tex) with
.eps instead.
|