2004-02-18 00:58:52 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.6 2004/02/17 23:58:52 seb Exp $
|
Initial import of gri.
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, 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.
2002-05-04 01:45:10 +02:00
|
|
|
bin/gri
|
|
|
|
bin/${PKGNAME}
|
|
|
|
bin/gri_merge
|
|
|
|
bin/gri_unpage
|
|
|
|
share/doc/html/gri/AboutGriMode.html
|
|
|
|
share/doc/html/gri/Acknowledgments.html
|
|
|
|
share/doc/html/gri/AdjustingCharacterPosition.html
|
|
|
|
share/doc/html/gri/Archiving.html
|
|
|
|
share/doc/html/gri/Assert.html
|
|
|
|
share/doc/html/gri/AxisLabels.html
|
|
|
|
share/doc/html/gri/AxisLength.html
|
|
|
|
share/doc/html/gri/AxisPosition.html
|
|
|
|
share/doc/html/gri/AxisRange.html
|
|
|
|
share/doc/html/gri/AxisScaling.html
|
|
|
|
share/doc/html/gri/Beos-install.html
|
|
|
|
share/doc/html/gri/BinaryOperators.html
|
|
|
|
share/doc/html/gri/BoxPlots.html
|
|
|
|
share/doc/html/gri/Bugs.html
|
|
|
|
share/doc/html/gri/BuiltinIndex.html
|
|
|
|
share/doc/html/gri/Cd.html
|
|
|
|
share/doc/html/gri/ChangeableCommandArguments.html
|
|
|
|
share/doc/html/gri/Close.html
|
|
|
|
share/doc/html/gri/ColumnAlgebra.html
|
|
|
|
share/doc/html/gri/CombiningColumns.html
|
|
|
|
share/doc/html/gri/CommandIndex.html
|
|
|
|
share/doc/html/gri/CommandSyntax.html
|
|
|
|
share/doc/html/gri/Commands.html
|
|
|
|
share/doc/html/gri/CommandsOverview.html
|
|
|
|
share/doc/html/gri/ComplicatedNewCommand.html
|
|
|
|
share/doc/html/gri/ConceptIndex.html
|
|
|
|
share/doc/html/gri/ContourPlots.html
|
|
|
|
share/doc/html/gri/ContouringExample.html
|
|
|
|
share/doc/html/gri/Convert.html
|
|
|
|
share/doc/html/gri/Create.html
|
|
|
|
share/doc/html/gri/Debug.html
|
|
|
|
share/doc/html/gri/Debugging.html
|
|
|
|
share/doc/html/gri/Defaults.html
|
|
|
|
share/doc/html/gri/Delete.html
|
Update to version 2.12.5.
This only lists new features, there are many bugfixes.
* Apply a patch provided Kawamura Masao, relating to (a) errors in
the documentation of file locations and (b) a programming error
hidden behind an unset precompiler flag.
* Add `sed' RPN operator, to work on strings
* Add `skewness' and `kurtosis' RPN operators, to work on columns
* In the documentation, change the names of some variables to be
clearer: `ll_x' is now written `xleft', etc.
* Add RPN binary operators `and', `or' for logical operations,
along with negation operator `not'
* Add `draw arc' command
* Add `set x axis labels' and `set y axis labels' commands.
* Permit specification of `pt' units for `draw label', `draw box',
`draw symbol at', and `draw line from'.
* Add `set clip to curve' command. _Caution:_
this needs extension, and may have a bug if called twice in
succession [but is this with an intervening `set clip off']
* Add `group' and `end group' commands, in preparation for SVG
output. So far these commands do nothing, and are basically just a
signal that users should not create commands with these names
since Gri will need them soon.
* Add `..xinc..' and `..yinc..' builtin variables.
* Make the `open' command accept URLs as filenames.
2003-07-10 10:27:38 +02:00
|
|
|
share/doc/html/gri/DeprecatedCommands.html
|
Initial import of gri.
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, 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.
2002-05-04 01:45:10 +02:00
|
|
|
share/doc/html/gri/Development_Version.html
|
|
|
|
share/doc/html/gri/Differentiate.html
|
|
|
|
share/doc/html/gri/DiscussionGroup.html
|
|
|
|
share/doc/html/gri/Draw.html
|
|
|
|
share/doc/html/gri/Emacs.html
|
|
|
|
share/doc/html/gri/Emacs4.html
|
|
|
|
share/doc/html/gri/Emacs5.html
|
|
|
|
share/doc/html/gri/EmacsFeatures.html
|
|
|
|
share/doc/html/gri/EmbeddedSynonyms.html
|
Update to version 2.12.5.
This only lists new features, there are many bugfixes.
* Apply a patch provided Kawamura Masao, relating to (a) errors in
the documentation of file locations and (b) a programming error
hidden behind an unset precompiler flag.
* Add `sed' RPN operator, to work on strings
* Add `skewness' and `kurtosis' RPN operators, to work on columns
* In the documentation, change the names of some variables to be
clearer: `ll_x' is now written `xleft', etc.
* Add RPN binary operators `and', `or' for logical operations,
along with negation operator `not'
* Add `draw arc' command
* Add `set x axis labels' and `set y axis labels' commands.
* Permit specification of `pt' units for `draw label', `draw box',
`draw symbol at', and `draw line from'.
* Add `set clip to curve' command. _Caution:_
this needs extension, and may have a bug if called twice in
succession [but is this with an intervening `set clip off']
* Add `group' and `end group' commands, in preparation for SVG
output. So far these commands do nothing, and are basically just a
signal that users should not create commands with these names
since Gri will need them soon.
* Add `..xinc..' and `..yinc..' builtin variables.
* Make the `open' command accept URLs as filenames.
2003-07-10 10:27:38 +02:00
|
|
|
share/doc/html/gri/EndGroup.html
|
Initial import of gri.
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, 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.
2002-05-04 01:45:10 +02:00
|
|
|
share/doc/html/gri/Environment.html
|
|
|
|
share/doc/html/gri/ErrorMessages.html
|
|
|
|
share/doc/html/gri/Examples.html
|
|
|
|
share/doc/html/gri/Expecting.html
|
|
|
|
share/doc/html/gri/Extras.html
|
|
|
|
share/doc/html/gri/FAQ.html
|
|
|
|
share/doc/html/gri/FEM-tiny.png
|
|
|
|
share/doc/html/gri/FEM.html
|
|
|
|
share/doc/html/gri/FEM.png
|
|
|
|
share/doc/html/gri/FancyPlot.html
|
|
|
|
share/doc/html/gri/Filter.html
|
|
|
|
share/doc/html/gri/Flip.html
|
|
|
|
share/doc/html/gri/Fonts.html
|
|
|
|
share/doc/html/gri/GetEnv.html
|
|
|
|
share/doc/html/gri/GettingMoreControl.html
|
Update to version 2.12.5.
This only lists new features, there are many bugfixes.
* Apply a patch provided Kawamura Masao, relating to (a) errors in
the documentation of file locations and (b) a programming error
hidden behind an unset precompiler flag.
* Add `sed' RPN operator, to work on strings
* Add `skewness' and `kurtosis' RPN operators, to work on columns
* In the documentation, change the names of some variables to be
clearer: `ll_x' is now written `xleft', etc.
* Add RPN binary operators `and', `or' for logical operations,
along with negation operator `not'
* Add `draw arc' command
* Add `set x axis labels' and `set y axis labels' commands.
* Permit specification of `pt' units for `draw label', `draw box',
`draw symbol at', and `draw line from'.
* Add `set clip to curve' command. _Caution:_
this needs extension, and may have a bug if called twice in
succession [but is this with an intervening `set clip off']
* Add `group' and `end group' commands, in preparation for SVG
output. So far these commands do nothing, and are basically just a
signal that users should not create commands with these names
since Gri will need them soon.
* Add `..xinc..' and `..yinc..' builtin variables.
* Make the `open' command accept URLs as filenames.
2003-07-10 10:27:38 +02:00
|
|
|
share/doc/html/gri/GriInThePress.html
|
Initial import of gri.
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, 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.
2002-05-04 01:45:10 +02:00
|
|
|
share/doc/html/gri/GriModeCodeFragments.html
|
|
|
|
share/doc/html/gri/GriModeCommandNames.html
|
|
|
|
share/doc/html/gri/GriModeCompletionVarSyn.html
|
|
|
|
share/doc/html/gri/GriModeCompletions.html
|
|
|
|
share/doc/html/gri/GriModeCompletions2.html
|
|
|
|
share/doc/html/gri/GriModeEditing.html
|
|
|
|
share/doc/html/gri/GriModeScreenshots.html
|
|
|
|
share/doc/html/gri/GriModeUserCommands.html
|
|
|
|
share/doc/html/gri/GriModeUserInterface.html
|
Update to version 2.12.5.
This only lists new features, there are many bugfixes.
* Apply a patch provided Kawamura Masao, relating to (a) errors in
the documentation of file locations and (b) a programming error
hidden behind an unset precompiler flag.
* Add `sed' RPN operator, to work on strings
* Add `skewness' and `kurtosis' RPN operators, to work on columns
* In the documentation, change the names of some variables to be
clearer: `ll_x' is now written `xleft', etc.
* Add RPN binary operators `and', `or' for logical operations,
along with negation operator `not'
* Add `draw arc' command
* Add `set x axis labels' and `set y axis labels' commands.
* Permit specification of `pt' units for `draw label', `draw box',
`draw symbol at', and `draw line from'.
* Add `set clip to curve' command. _Caution:_
this needs extension, and may have a bug if called twice in
succession [but is this with an intervening `set clip off']
* Add `group' and `end group' commands, in preparation for SVG
output. So far these commands do nothing, and are basically just a
signal that users should not create commands with these names
since Gri will need them soon.
* Add `..xinc..' and `..yinc..' builtin variables.
* Make the `open' command accept URLs as filenames.
2003-07-10 10:27:38 +02:00
|
|
|
share/doc/html/gri/Group.html
|
Initial import of gri.
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, 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.
2002-05-04 01:45:10 +02:00
|
|
|
share/doc/html/gri/HandlingData.html
|
|
|
|
share/doc/html/gri/HandlingHeaders.html
|
|
|
|
share/doc/html/gri/Heal.html
|
|
|
|
share/doc/html/gri/Help.html
|
|
|
|
share/doc/html/gri/Hints.html
|
|
|
|
share/doc/html/gri/History.html
|
|
|
|
share/doc/html/gri/If.html
|
|
|
|
share/doc/html/gri/IfStatements.html
|
|
|
|
share/doc/html/gri/Ignore.html
|
|
|
|
share/doc/html/gri/IgnoringColumns.html
|
|
|
|
share/doc/html/gri/ImageExample.html
|
|
|
|
share/doc/html/gri/ImageWithContours.html
|
|
|
|
share/doc/html/gri/Images.html
|
|
|
|
share/doc/html/gri/Input.html
|
|
|
|
share/doc/html/gri/Insert.html
|
|
|
|
share/doc/html/gri/Installation.html
|
|
|
|
share/doc/html/gri/InstallingGriMode.html
|
|
|
|
share/doc/html/gri/Interpolate.html
|
|
|
|
share/doc/html/gri/Introduction.html
|
|
|
|
share/doc/html/gri/InvokingGri.html
|
|
|
|
share/doc/html/gri/KillingBugs.html
|
|
|
|
share/doc/html/gri/KnownBugs.html
|
|
|
|
share/doc/html/gri/Legend.html
|
|
|
|
share/doc/html/gri/License.html
|
|
|
|
share/doc/html/gri/List.html
|
|
|
|
share/doc/html/gri/ListOfGriCommands.html
|
|
|
|
share/doc/html/gri/LogAndLinearAxes.html
|
|
|
|
share/doc/html/gri/LongCommandLines.html
|
|
|
|
share/doc/html/gri/Loops.html
|
|
|
|
share/doc/html/gri/Ls.html
|
|
|
|
share/doc/html/gri/MajorGriModeCommands.html
|
|
|
|
share/doc/html/gri/ManipulatingColumns.html
|
|
|
|
share/doc/html/gri/Mask.html
|
|
|
|
share/doc/html/gri/MathematicalText.html
|
|
|
|
share/doc/html/gri/Mathematics.html
|
|
|
|
share/doc/html/gri/MissingValues.html
|
|
|
|
share/doc/html/gri/New.html
|
|
|
|
share/doc/html/gri/NewCommands.html
|
|
|
|
share/doc/html/gri/Newpage.html
|
|
|
|
share/doc/html/gri/NonEnglishText.html
|
|
|
|
share/doc/html/gri/OnlineHelp.html
|
|
|
|
share/doc/html/gri/Open.html
|
|
|
|
share/doc/html/gri/OperatingSystem.html
|
|
|
|
share/doc/html/gri/PDFDiagram.html
|
|
|
|
share/doc/html/gri/ParsingSynonyms.html
|
|
|
|
share/doc/html/gri/PenColor.html
|
|
|
|
share/doc/html/gri/Plans.html
|
|
|
|
share/doc/html/gri/PlottingSeveralColumns.html
|
|
|
|
share/doc/html/gri/Polygons.html
|
|
|
|
share/doc/html/gri/PostScript.html
|
|
|
|
share/doc/html/gri/Programming.html
|
|
|
|
share/doc/html/gri/PurposeOfSynonyms.html
|
|
|
|
share/doc/html/gri/Pwd.html
|
|
|
|
share/doc/html/gri/Query.html
|
|
|
|
share/doc/html/gri/Quit.html
|
|
|
|
share/doc/html/gri/RPNexamples.html
|
|
|
|
share/doc/html/gri/Read.html
|
|
|
|
share/doc/html/gri/Regress.html
|
|
|
|
share/doc/html/gri/Reorder.html
|
|
|
|
share/doc/html/gri/ReportingBugs.html
|
|
|
|
share/doc/html/gri/Rescale.html
|
|
|
|
share/doc/html/gri/Resize.html
|
|
|
|
share/doc/html/gri/ResourceFile.html
|
|
|
|
share/doc/html/gri/Return.html
|
|
|
|
share/doc/html/gri/ReversePolishMath.html
|
|
|
|
share/doc/html/gri/Rewind.html
|
|
|
|
share/doc/html/gri/RpnFunction.html
|
|
|
|
share/doc/html/gri/Rpnfunction.html
|
|
|
|
share/doc/html/gri/RunningMeans.html
|
|
|
|
share/doc/html/gri/ScreenShot1.html
|
|
|
|
share/doc/html/gri/ScreenShot2.html
|
|
|
|
share/doc/html/gri/ScreenShot3.html
|
|
|
|
share/doc/html/gri/ScreenShot4.html
|
|
|
|
share/doc/html/gri/Set.html
|
|
|
|
share/doc/html/gri/Show.html
|
|
|
|
share/doc/html/gri/SimpleExample.html
|
|
|
|
share/doc/html/gri/SimpleExampleRevisited.html
|
|
|
|
share/doc/html/gri/SimpleNewCommand.html
|
|
|
|
share/doc/html/gri/Skip.html
|
|
|
|
share/doc/html/gri/Sleep.html
|
|
|
|
share/doc/html/gri/Smooth.html
|
|
|
|
share/doc/html/gri/SolitaryOperators.html
|
|
|
|
share/doc/html/gri/Source.html
|
|
|
|
share/doc/html/gri/Sprintf.html
|
|
|
|
share/doc/html/gri/StableStream.html
|
|
|
|
share/doc/html/gri/StackOperators.html
|
|
|
|
share/doc/html/gri/State.html
|
|
|
|
share/doc/html/gri/Superuser.html
|
|
|
|
share/doc/html/gri/Synonyms.html
|
|
|
|
share/doc/html/gri/System.html
|
|
|
|
share/doc/html/gri/SystemTools.html
|
|
|
|
share/doc/html/gri/TSDiagram.html
|
|
|
|
share/doc/html/gri/TertiaryOperators.html
|
|
|
|
share/doc/html/gri/TestSuite.html
|
|
|
|
share/doc/html/gri/Text.html
|
|
|
|
share/doc/html/gri/UnaryOperators.html
|
|
|
|
share/doc/html/gri/Unix-install.html
|
|
|
|
share/doc/html/gri/Unlink.html
|
|
|
|
share/doc/html/gri/UnstableStream.html
|
|
|
|
share/doc/html/gri/Variables.html
|
Update to version 2.12.5.
This only lists new features, there are many bugfixes.
* Apply a patch provided Kawamura Masao, relating to (a) errors in
the documentation of file locations and (b) a programming error
hidden behind an unset precompiler flag.
* Add `sed' RPN operator, to work on strings
* Add `skewness' and `kurtosis' RPN operators, to work on columns
* In the documentation, change the names of some variables to be
clearer: `ll_x' is now written `xleft', etc.
* Add RPN binary operators `and', `or' for logical operations,
along with negation operator `not'
* Add `draw arc' command
* Add `set x axis labels' and `set y axis labels' commands.
* Permit specification of `pt' units for `draw label', `draw box',
`draw symbol at', and `draw line from'.
* Add `set clip to curve' command. _Caution:_
this needs extension, and may have a bug if called twice in
succession [but is this with an intervening `set clip off']
* Add `group' and `end group' commands, in preparation for SVG
output. So far these commands do nothing, and are basically just a
signal that users should not create commands with these names
since Gri will need them soon.
* Add `..xinc..' and `..yinc..' builtin variables.
* Make the `open' command accept URLs as filenames.
2003-07-10 10:27:38 +02:00
|
|
|
share/doc/html/gri/Version_2_10.html
|
|
|
|
share/doc/html/gri/Version_2_12.html
|
Initial import of gri.
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, 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.
2002-05-04 01:45:10 +02:00
|
|
|
share/doc/html/gri/Version_2_2.html
|
|
|
|
share/doc/html/gri/Version_2_4.html
|
|
|
|
share/doc/html/gri/Version_2_6.html
|
|
|
|
share/doc/html/gri/Version_2_8.html
|
|
|
|
share/doc/html/gri/While.html
|
|
|
|
share/doc/html/gri/Write.html
|
|
|
|
share/doc/html/gri/X-Y.html
|
|
|
|
share/doc/html/gri/example1-tiny.png
|
|
|
|
share/doc/html/gri/example1.html
|
|
|
|
share/doc/html/gri/example1.png
|
|
|
|
share/doc/html/gri/example10-tiny.png
|
|
|
|
share/doc/html/gri/example10.html
|
|
|
|
share/doc/html/gri/example10.png
|
|
|
|
share/doc/html/gri/example10color-tiny.png
|
|
|
|
share/doc/html/gri/example10color.html
|
|
|
|
share/doc/html/gri/example10color.png
|
|
|
|
share/doc/html/gri/example11-tiny.png
|
|
|
|
share/doc/html/gri/example11.html
|
|
|
|
share/doc/html/gri/example11.png
|
|
|
|
share/doc/html/gri/example12-tiny.png
|
|
|
|
share/doc/html/gri/example12.html
|
|
|
|
share/doc/html/gri/example12.png
|
|
|
|
share/doc/html/gri/example13-tiny.png
|
|
|
|
share/doc/html/gri/example13.html
|
|
|
|
share/doc/html/gri/example13.png
|
|
|
|
share/doc/html/gri/example2-tiny.png
|
|
|
|
share/doc/html/gri/example2.html
|
|
|
|
share/doc/html/gri/example2.png
|
|
|
|
share/doc/html/gri/example3-tiny.png
|
|
|
|
share/doc/html/gri/example3.html
|
|
|
|
share/doc/html/gri/example3.png
|
|
|
|
share/doc/html/gri/example4-tiny.png
|
|
|
|
share/doc/html/gri/example4.html
|
|
|
|
share/doc/html/gri/example4.png
|
|
|
|
share/doc/html/gri/example5-tiny.png
|
|
|
|
share/doc/html/gri/example5.html
|
|
|
|
share/doc/html/gri/example5.png
|
|
|
|
share/doc/html/gri/example6-tiny.png
|
|
|
|
share/doc/html/gri/example6.html
|
|
|
|
share/doc/html/gri/example6.png
|
|
|
|
share/doc/html/gri/example6color-tiny.png
|
|
|
|
share/doc/html/gri/example6color.html
|
|
|
|
share/doc/html/gri/example6color.png
|
|
|
|
share/doc/html/gri/example6histogram-tiny.png
|
|
|
|
share/doc/html/gri/example6histogram.html
|
|
|
|
share/doc/html/gri/example6histogram.png
|
|
|
|
share/doc/html/gri/example7-tiny.png
|
|
|
|
share/doc/html/gri/example7.html
|
|
|
|
share/doc/html/gri/example7.png
|
|
|
|
share/doc/html/gri/example8-tiny.png
|
|
|
|
share/doc/html/gri/example8.html
|
|
|
|
share/doc/html/gri/example8.png
|
|
|
|
share/doc/html/gri/example9-tiny.png
|
|
|
|
share/doc/html/gri/example9.html
|
|
|
|
share/doc/html/gri/example9.png
|
|
|
|
share/doc/html/gri/examples
|
|
|
|
share/doc/html/gri/index.html
|
|
|
|
share/doc/html/gri/linux-install.html
|
|
|
|
share/doc/html/gri/logo.html
|
|
|
|
share/doc/html/gri/logo.png
|
|
|
|
share/doc/html/gri/mac-install.html
|
|
|
|
share/doc/html/gri/msdos-install.html
|
|
|
|
share/doc/html/gri/os2-install.html
|
|
|
|
share/doc/html/gri/precompiled-unix.html
|
|
|
|
share/doc/html/gri/resources/bottom_banner.gif
|
|
|
|
share/doc/html/gri/resources/math_symbols.gif
|
|
|
|
share/doc/html/gri/resources/pixel.gif
|
|
|
|
share/doc/html/gri/resources/sm_bg.gif
|
|
|
|
share/doc/html/gri/resources/symbols.gif
|
|
|
|
share/doc/html/gri/resources/top_banner.gif
|
|
|
|
share/doc/html/gri/screenshots/gri-screenshot-1-tiny.png
|
|
|
|
share/doc/html/gri/screenshots/gri-screenshot-1.png
|
|
|
|
share/doc/html/gri/screenshots/gri-screenshot-2-tiny.png
|
|
|
|
share/doc/html/gri/screenshots/gri-screenshot-2.png
|
|
|
|
share/doc/html/gri/screenshots/gri-screenshot-3-tiny.png
|
|
|
|
share/doc/html/gri/screenshots/gri-screenshot-3.png
|
|
|
|
share/doc/html/gri/screenshots/gri-screenshot-4-tiny.png
|
|
|
|
share/doc/html/gri/screenshots/gri-screenshot-4.png
|
|
|
|
share/doc/html/gri/tst_suite/tst_IO.html
|
|
|
|
share/doc/html/gri/tst_suite/tst_control.html
|
|
|
|
share/doc/html/gri/tst_suite/tst_rpn.html
|
|
|
|
share/doc/html/gri/tst_suite/tst_var_syn.html
|
|
|
|
share/doc/html/gri/uncompiled-unix.html
|
|
|
|
share/emacs/site-lisp/gri-mode.el
|
|
|
|
share/examples/gri/FEM.gri
|
|
|
|
share/examples/gri/FEM.pl
|
|
|
|
share/examples/gri/FEM.ps
|
|
|
|
share/examples/gri/example1.dat
|
|
|
|
share/examples/gri/example1.gri
|
|
|
|
share/examples/gri/example1.ps
|
|
|
|
share/examples/gri/example10.dat
|
|
|
|
share/examples/gri/example10.gri
|
|
|
|
share/examples/gri/example10.ps
|
|
|
|
share/examples/gri/example10color.gri
|
|
|
|
share/examples/gri/example10color.ps
|
|
|
|
share/examples/gri/example11.dat
|
|
|
|
share/examples/gri/example11.gri
|
|
|
|
share/examples/gri/example11.ps
|
|
|
|
share/examples/gri/example12.dat
|
|
|
|
share/examples/gri/example12.gri
|
|
|
|
share/examples/gri/example12.ps
|
|
|
|
share/examples/gri/example13.dat
|
|
|
|
share/examples/gri/example13.gri
|
|
|
|
share/examples/gri/example13.ps
|
|
|
|
share/examples/gri/example2.gri
|
|
|
|
share/examples/gri/example2.ps
|
|
|
|
share/examples/gri/example3.gri
|
|
|
|
share/examples/gri/example3.ps
|
|
|
|
share/examples/gri/example4.gri
|
|
|
|
share/examples/gri/example4.ps
|
|
|
|
share/examples/gri/example5.dat
|
|
|
|
share/examples/gri/example5.gri
|
|
|
|
share/examples/gri/example5.ps
|
|
|
|
share/examples/gri/example6.gri
|
|
|
|
share/examples/gri/example6.ps
|
|
|
|
share/examples/gri/example6color.gri
|
|
|
|
share/examples/gri/example6color.ps
|
|
|
|
share/examples/gri/example6histogram.gri
|
|
|
|
share/examples/gri/example6histogram.ps
|
|
|
|
share/examples/gri/example6image.dat
|
|
|
|
share/examples/gri/example6mask.dat
|
|
|
|
share/examples/gri/example7.gri
|
|
|
|
share/examples/gri/example7.ps
|
|
|
|
share/examples/gri/example7a.dat
|
|
|
|
share/examples/gri/example7b.dat
|
|
|
|
share/examples/gri/example7c.dat
|
|
|
|
share/examples/gri/example7d.dat
|
|
|
|
share/examples/gri/example7e.dat
|
|
|
|
share/examples/gri/example7f.dat
|
|
|
|
share/examples/gri/example7g.dat
|
|
|
|
share/examples/gri/example8.gri
|
|
|
|
share/examples/gri/example8.ps
|
|
|
|
share/examples/gri/example8a.dat
|
|
|
|
share/examples/gri/example8b.dat
|
|
|
|
share/examples/gri/example9.gri
|
|
|
|
share/examples/gri/example9.ps
|
|
|
|
share/examples/gri/example9a.dat
|
|
|
|
share/examples/gri/example9b.dat
|
|
|
|
share/examples/gri/logo.gri
|
|
|
|
share/examples/gri/logo.ps
|
|
|
|
share/examples/gri/model.elements
|
|
|
|
share/examples/gri/model.nodes
|
|
|
|
share/gri/${PKGVERSION}/gri.cmd
|
|
|
|
share/gri/${PKGVERSION}/license.txt
|
|
|
|
share/gri/${PKGVERSION}/logo.dat
|
|
|
|
share/gri/${PKGVERSION}/startup.msg
|
Update to version 2.12.5.
This only lists new features, there are many bugfixes.
* Apply a patch provided Kawamura Masao, relating to (a) errors in
the documentation of file locations and (b) a programming error
hidden behind an unset precompiler flag.
* Add `sed' RPN operator, to work on strings
* Add `skewness' and `kurtosis' RPN operators, to work on columns
* In the documentation, change the names of some variables to be
clearer: `ll_x' is now written `xleft', etc.
* Add RPN binary operators `and', `or' for logical operations,
along with negation operator `not'
* Add `draw arc' command
* Add `set x axis labels' and `set y axis labels' commands.
* Permit specification of `pt' units for `draw label', `draw box',
`draw symbol at', and `draw line from'.
* Add `set clip to curve' command. _Caution:_
this needs extension, and may have a bug if called twice in
succession [but is this with an intervening `set clip off']
* Add `group' and `end group' commands, in preparation for SVG
output. So far these commands do nothing, and are basically just a
signal that users should not create commands with these names
since Gri will need them soon.
* Add `..xinc..' and `..yinc..' builtin variables.
* Make the `open' command accept URLs as filenames.
2003-07-10 10:27:38 +02:00
|
|
|
@dirrm share/gri/2.12.5
|
Initial import of gri.
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, 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.
2002-05-04 01:45:10 +02:00
|
|
|
@dirrm share/gri
|
|
|
|
@dirrm share/examples/gri
|
|
|
|
@dirrm share/doc/html/gri/tst_suite
|
|
|
|
@dirrm share/doc/html/gri/screenshots
|
|
|
|
@dirrm share/doc/html/gri/resources
|
|
|
|
@dirrm share/doc/html/gri
|
2002-12-09 17:01:10 +01:00
|
|
|
@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
|
|
|
|
@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
|