menuconfig GNUPLOT bool prompt "gnuplot " select ZLIB select LIBPNG if GNUPLOT_PNG select XORG_LIB_XT if GNUPLOT_X 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 fitting error variables" depends on GNUPLOT help FIXME: This item needs to be documented config GNUPLOT_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 depends on BROKEN 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 depends on BROKEN help FIXME: This item needs to be documented config GNUPLOT_PDF bool prompt "PDF support" depends on GNUPLOT depends on BROKEN help FIXME: This item needs to be documented