FIG Files
These are some examples of FIG files.
Note that MATLAB uses a proprietary graphics file format, which
it also calls a "FIG" file. MATLAB FIG files are not being discussed
here.
FIG File Characteristics:
-
ASCII
-
Color
-
2D
-
No compression
-
one image
Reference:
-
../../html/fig_format.html,
The Fig Format Version 3.2.
-
http://www.xfig.org
the XFIG home page.
-
Carole Blanc, Christophe Schlick,
X-Splines: A Spline Model Designed for the End User,
Proceedings of SIGGRAPH, 1995,
ISBN: 0201847760.
Programs to create a FIG file:
-
ANN_TO_FIG takes a dump file from the ANN_TEST
program and creates a FIG file displaying the search
tree used by the program.
-
gnuplot can output
the current image as a FIG file, using the command
set terminal fig
-
xfig,
a technical illustration program, can save the current image
as a FIG file;
Programs to view a FIG file:
-
xfig,
can be invoked with a command line argument:
the current image as a FIG file, using the command
xfig image.fig
Programs to convert a FIG file to another format:
Programs to convert another format to FIG format:
-
The
ImageMagick,
program convert can convert a
BMP, CGM, EPS, FITS, GIF, JPG, PBM, PDF, PGM, PNG, PNM,
PPM, PS, RGB, TIF, XBM or XPM file to FIG format.
Sample FIG Files:
AIRCRAFT is three schematic views of a light aircraft;
ALPHA is a diagram illustrating
a flow region through a channel with a bump;
ARROWS is a diagram with some thick, colorful arrows;
HOUSE is a house plan;
WATCH is a diagram of a CASIO watch;
You can go up one level to
the DATA page.
Last revised on 24 September 2006.