From: Hans-Bernhard B. <br...@ph...> - 2005-01-26 13:25:48
|
Shiwei Yan wrote: > Dear Sir or Madam: > I update wgnuplot from version 3.7 to latest version 4.0. I use a file > called "sample.plt" to drawn eps figure with datafile "RHO". The problem is > that the xlabel and ylable does not appear. They're not *supposed* to appear in the eps part of the figure. That's why it's called 'epslatex'. You should have got two output files, one holding the EPS part, the other holding a LaTeX fragment to be \included into your LaTeX document. If you want an EPS-only output, use 'set terminal postscript eps' instead (and read 'help postscript' for further options). |