File: README.exp

package info (click to toggle)
gnuplot 4.0.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,448 kB
  • ctags: 6,623
  • sloc: ansic: 63,562; lisp: 5,011; cpp: 970; sh: 900; makefile: 753; objc: 647; asm: 539; csh: 297; awk: 235; pascal: 192; perl: 44
file content (38 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

 This README file documents experimental features included in the
 distribution. These features must be enabled explicitly during
 configuration/build.


 Alternative algorithm for dgrid3d
 =================================

 SYSTEMS:   All

 PURPOSE:   Implement thin plate splines in 2d as an alternative to the
            former inverse distance algorithm for scattered data.

 AUTHOR:    Jean-Michel Savignat <savignat@cges.ensmp.fr>

 REFERENCE: info-gnuplot-beta, Message-ID: <36D3F914.28F7D971@cges.ensmp.fr>

 USAGE:     configure --enable-thin-splines
            -OR-
            add  -DTHIN_PLATE_SPLINES_GRID=1  to CFLAGS in the platform makefile


 Sort help and subtopic tables by column
 =======================================

 SYSTEMS:   All

 PURPOSE:   Sort help and subtopic tables bei row (default) or column

 AUTHOR:    "Mark K. Gardner" <mkgardne@rtsl3.cs.uiuc.edu>

 REFERENCE: Patch in private email from Tue, 27 Apr 1999

 USAGE:     configure --without-row-help
            -OR-
            add  -DCOLUMN_HELP  to CFLAGS in the platform makefile