Axis is a program for making two dimensional graphs. It features automatic scaling, logarithmic axes, error bars, and labels with Greek letters, superscripts and subscripts, and special characters. The output of axis is a file using a subset of the UNIX device independent graphics commands, which can then be plotted on any device for which a plot filter is available. Such a filter is the plot program available in the plotutils package.
The original axis code comes from Doug Toussaint. I modified the lowlevel.c (actually converted to lowlevel.h) to interface with the GNU plotutils libraries. I also added color line styles. The option name is cm (Color Mode) and the correspondence is:
See http://www.gnu.org/software/plotutils for details on GNU plotutils libraries and programs (plot graph etc.). Also http://www.gnu.org/manual/plotutils/html_mono/plotutils.html contains a manual on their usage.
See test.ax for an example of a colored axis file.
The source for axis can be downloaded from here:
axis-1.1.tar.gz.
An rpm package tested with
redhat 7.3 is also available here:
axis-1.1-1.i386.rpm