By popular demand, vplot2eps is now a separate script.

bash$ vplot2eps 
Usage: $RSFROOT/bin/vplot2eps [options] file.vpl [file.eps] 

Converts vplot to encapsulated postscript. 
[options] are passed to pspen.

Tips:

  • To convert EPS to PDF, use epstopdf.
  • To convert EPS to PNG or GIF, use pstoimg (supplied with latex2html) as follows:
bash$ PAPERSIZE=ledger pstoimg file.eps -out file.png [-type png -interlaced -antialias -crop a ...]
  • You can also try vplot2gif, which is capable of generating animated GIFs (requires additional programs).
  • pstoedit can convert EPS to other vector formats.