| | 74 | [http://www-epb.lbl.gov/xfig/ Xfig] is an interactive drawing tool in which figures may be drawn using objects such as circles, boxes, lines, spline curves, text, etc. It is also possible to import images in formats such as GIF, JPEG, EPSF (!PostScript), etc. Those objects can be created, deleted, moved or modified. Attributes such as colors or line styles can be selected in various ways. For text, 35 fonts are available. Text can also include Latin-1 characters such as "a umlaut" or "c cedilla". |
| | 75 | |
| | 76 | Xfig saves figures in its native Fig format, but they may be converted into various formats such as !PostScript, GIF, JPEG, HP-GL, etc. xfig has facility to print figures to a !PostScript printer, too. |
| | 77 | |
| | 78 | There are some applications which can produce output in the Fig format. For example, xfig doesn't have a facility to create graphs, but tools such as gnuplot or xgraph can create graphs and export them in Fig format. Even if your favorite application can't generate output for xfig, tools such as pstoedit or hp2xx may allow you to read and edit those figures with xfig. If you want to import images into the figure but you don't need to edit the image itself (like this example), it is also possible to import images in formats such as GIF, JPEG, EPSF (!PostScript), etc. |
| | 79 | |
| | 80 | xfig is started by the xfig command. |
| | 81 | {{{ |
| | 82 | xfig [ options... ] [ filename ] |
| | 83 | }}} |
| | 84 | options are command line options which may be used to customize xfig. It is also possible to use X resources instead of specifying command line options each time when starting xfig. |
| | 85 | |
| | 86 | If filename is given, the file will be loaded when xfig is started. |