summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.in
blob: 6534d9cfbb164520db23072cd1a69501a8603354 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
menuconfig GNUPLOT
	bool
	prompt "gnuplot"
	select ZLIB
	help
	  A command-line driven interactive plotting program for 
	  making 2D and 3D graphs from data and functions. 
	  
	  Supports lots of output formats, including drivers for 
	  many printers, (La)TeX, (x)fig, Postscript, and so on. 

	  Data files and self-defined functions can be manipulated by internal
 	  C-like language.  Can perform smoothing, spline-fitting, or nonlinear
 	  fits. Can work with complex numbers.

config GNUPLOT_FITERRVARS
	bool
	prompt "Support for itting error variables"
	depends on GNUPLOT
	help
	  FIXME: This item needs to be documented

config GNUPLOT_WITH_X
	bool
	prompt "X support"
	depends on GNUPLOT
	help
	  FIXME: This item needs to be documented

config GNUPLOT_PLOT
	bool
	prompt "use Unix plot library"
	depends on GNUPLOT
	help
	  FIXME: This item needs to be documented

config GNUPLOT_PNG
	bool
	prompt "PNG support"
	depends on GNUPLOT
	help
	  FIXME: This item needs to be documented

config GNUPLOT_GD
	bool
	prompt "GD support"
	depends on GNUPLOT
	help
	  FIXME: This item needs to be documented

config GNUPLOT_GIF
	bool
	prompt "GIF support"
	depends on GNUPLOT
	help
	  FIXME: This item needs to be documented

config GNUPLOT_PDF
	bool
	prompt "PDF support"
	depends on GNUPLOT
	help
	  FIXME: This item needs to be documented