c72750f620
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.
17 lines
467 B
Text
17 lines
467 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2002/05/03 23:45:17 jtb Exp $
|
|
|
|
--- doc/examples/Makefile.orig Wed May 1 21:42:17 2002
|
|
+++ doc/examples/Makefile Wed May 1 21:43:42 2002
|
|
@@ -23,9 +23,9 @@
|
|
-convert example10color.ps example10color.eps
|
|
|
|
all:
|
|
- make eps
|
|
- make html
|
|
- make png
|
|
+ $(MAKE) eps
|
|
+ $(MAKE) html
|
|
+ $(MAKE) png
|
|
|
|
html: FEM.html example1.html example2.html example3.html example4.html \
|
|
example5.html example6.html example6color.html example6histogram.html \
|