README
     This file

================================================================================
arrowhead.tar.gz
    From Petr Mikulik.

I've extended the arrow functionality for 2D graphs. New keyword "heads"
lets both forward and backward arrow heads to draw. New keyword "size" +
params controls the length of the arrow head edge and the angle between
the vector and the arrow edges. (Currently, head edges are automatically
scaled by the vector length which is not desirable for publications.)

Syntax:
  set arrow from ... to ...
    { nohead | head | heads }
    { size <length>,<angle> }
    ...

Length scales with respect to the x axis of the graph. It accepts usual
coordinate keywords, like "screen".

Missing features:
  - the main functionality is in term.c:do_arrow. There are some terminals
    with their own arrow drawing routines, like xfig or latex. These are
    not updated by this patch
  - drawing arrows in 3D graphs not changed

================================================================================

arrowhead-38c.zip
    Same for the 3.8c beta version.

================================================================================

dashtype.gz
    This patch implements the ability to request the dash pattern directly
    on the plot or arrow commands. By Eric ? <sharkey@ale.physics.sunysb.edu>
    Relative to gnuplot 3.7.1.

================================================================================

gnuplot_linux.c
linux.trm
     Prompted by the current disuccion of root compromise/buffer overflows
     in gnuplot betas, I have uploaded this old code which makes the SVGA
     suid code a separate program. Needs to be updated for 3.7.

================================================================================

gnuplot_opengl0.04.patch.gz
    An OpenGL outboard driver for gnuplot 3.8b or newer, written by
    Michael Cohen <Michael.Cohen@ieee.org>.

================================================================================

newhidden3d-990701.zip
newhidden3d-990701.zip.asc
    Preliminary release of rewritten hidden3d code, by HBB.

================================================================================
omega2gnuplot.patch

From comp.graphics.apps.gnuplot:

Hallo,

after having asked for a possibility to use Lambert's W function in
gnuplot, I have been told that there seems to be no other way than 
to modify the source code.

After having done this, maybe someone is interrested in this, too.
For this reason, the patch is downloadable via anonymous ftp via
ftp://assel2.biow.uni-leipzig.de/pub/omega2gnuplot.patch

The function is used as 'omega'; there is no further documentation.
Only the real part of the function may be used.

Gunter
-- 
 Uni Leipzig * Institut fuer Biochemie * Talstr. 33 * D-04103 Leipzig
 Fax: +49 341 97 36 998  / Tel: +49 341 97 36 907   gk@uni-leipzig.de
    assel2.biow.uni-leipzig.de/gunter || www.uni-leipzig.de/~bcinst
        PGP Public Key: assel2.biow.uni-leipzig.de/gunter/gk.key   

================================================================================

sgml.tar.gz
    First shot at a doc to SGML converter, plus diffs for
    docs/Makefile.in, plus gnuplot.sgml.

================================================================================

windows-stdin.zip
windows-stdin.zip.asc
     A small program by HBB to add support for piping commands
     into gnuplot's stdin under Windows.
     NOTE: I keep this around for another while, although this program
     is now part of gnuplot-3.7.1.

================================================================================

emf.trm
     Enhanced Metafile Format driver by stephane.barbaray@compodata.com.
     Version 1.0.3 2000/03/29

================================================================================

gnuplot-3.8h.0.tar.gz
     This is a snapshot release of the main development branch.

================================================================================