source: GTP/trunk/Lib/Vis/Preprocessing/work/plots/showplot @ 1754

Revision 1754, 92 bytes checked in by bittner, 18 years ago (diff)
  • Property svn:executable set to *
Line 
1#!/bin/sh
2mv plot.fig $1.fig
3fig2dev -L eps $1.fig $1.eps
4#gv -scale 3 $1.eps &
5gv $1.eps &
Note: See TracBrowser for help on using the repository browser.