packages icon
This is the README file for plot2dev.

plot2dev is a utility for converting unix plot files into the fig
or gremlin file formats.
fig files may be editied using fig, xfig or xgremlin depending on
the output format. The fig files can be converted to other
formats using the transfig package.

A copy of the GNU General Public License is in the file named COPYING. See it
for copyright, license, warranty and distribution details.

This software has yet to be thoroughly tested.  Any comments or bug fixes
would be greatly appreciated.  Please send them to rich@rice.edu.

To make plot2fig you should be able to use the command `make test'.
The output should be:

make test
cc    -c plot.c -o plot.o
cc    -c openpl.c -o openpl.o
cc    -c closepl.c -o closepl.o
cc    -c space.c -o space.o
cc    -c rotate.c -o rotate.o
cc    -c dot.c -o dot.o
cc    -c point.c -o point.o
cc    -c linemod.c -o linemod.o
cc    -c line.c -o line.o
cc    -c label.c -o label.o
cc    -c alabel.c -o alabel.o
cc    -c erase.c -o erase.o
cc    -c color.c -o color.o
cc    -c move.c -o move.o
cc    -c cont.c -o cont.o
cc    -c arc.c -o arc.o
cc    -c circle.c -o circle.o
cc    -c fontname.c -o fontname.o
cc    -c fontsize.c -o fontsize.o
cc    -c fill.c -o fill.o
cc    -c draw_line.c -o draw_line.o
cc    -c devname.c -o devname.o
ar ru libfig.a openpl.o closepl.o space.o rotate.o dot.o point.o linemod.o line.o label.o alabel.o erase.o color.o move.o cont.o arc.o circle.o fontname.o fontsize.o fill.o draw_line.o devname.o
ranlib libfig.a
cc  -o plot2fig plot.o libfig.a -lm
./plot2fig <spline.pl >test.fig
The regression test of plot2fig
PASSED.

-----------------------------------------------------------------------------
Enjoy!
Rich Murphey           rich@rice.edu