Package gri: Information

    Source package: gri
    Version: 2.12.18-alt1
    Build time:  Jun 23, 2009, 11:12 AM
    Report package bug
    License: GPL v2
    Summary: A language for scientific illustration
    Description: 
    Gri is a language for scientific graphics programming.  It is a
    command-driven application, as opposed to a click/point application.
    It is analogous to latex, and shares the property that extensive power
    is the reward for tolerating a modest learning curve.  Gri output is
    in industry-standard PostScript, suitable for incorporation in
    documents prepared by various text processors.
    
    Gri can make x-y graphs, contour-graphs, and image graphs.  In
    addition to high-level capabilities, it has enough low-level
    capabilities to allow users to achieve a high degree of customization.
    Precise control is extended to all aspects of drawing, including
    line-widths, colors, and fonts.  Text includes a subset of the tex
    language, so that it is easy to incorporate Greek letters and
    mathematical symbols in labels.
    
    The following is a terse yet working Gri program.  If it is stored in
    a file called 'example.gri', and executed with the unix command 'gri
    example', it will create a postscript file called 'example.ps' with
    a linegraph connecting data points in the file called `file.dat'.
    
       open file.dat        # open a file with columnar data
       read columns x * y   # read first column as x and third as y
       draw curve           # draw line through data (autoscaled axes)

    List of rpms provided by this srpm:
    gri (x86_64, i586)
    gri-doc (noarch)


    List of contributors:
    Eugeny A. Rostovtsev


      1. ImageMagick-tools
      2. /usr/bin/tex
      3. gcc-c++

    Last changed


    June 23, 2009 Eugeny A. Rostovtsev 2.12.18-alt1
    - Initial build for Sisyphus
    July 20, 2007 <Dan.Kelley@Dal.Ca>
    - release 2.12.16
    - Fix Debian bug #130802 (postscript problem in landscape mode, refreshed in gv viewer)
    - Fix Debian bug #434010 ('set page landscape' requires 'set page size' first, but it should really default to something reasonable instead)
    - release 2.12.17
    - Add history and editing of commands in interactive mode
    - Fix SourceForge bug 1913577 (superscripts did not end correctly, if preceded by a {} block)
    - Fix SourceForge bug #1761562 (y axis name is upside down, for log axis with decreasing values)
    April 15, 2007 <Dan.Kelley@Dal.Ca>
    - Fix SourceForge bug #1700978 (html concept index mostly broken)
    - Fix SourceForge bug 1698924 (box plots show missing data)
    - Fix Debian bug 417217 (will not compile in GCC 4.3)
    - Fix SourceForge bug 1698116 (poorly-positioned name of RHS y-axis)